Html Css Color HEX #B345CE Medium Orchid

📋 copy color: '#B345CE'

red 179 ◦ green 69 ◦ blue 206

#B345CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B345CE

Tints of Medium Orchid #B345CE

RGB

 RED value IS 179 (70.31% from 255) = 39.43%

 GREEN value IS 69 (27.34% from 255) = 15.2%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 39.43%
G = 15.2%
B = 45.37%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B345CE (or 0xB345CE) is known color: Medium Orchid. HEX triplet: B3, 45 and CE. RGB value is (179,69,206). Sum of RGB (Red+Green+Blue) = 179+69+206=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B345CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345CE is #4CBA31. Grayscale: #757575. Windows color (decimal): -5028402 or 13518259. OLE color: 13518259.

HSL color Cylindrical-coordinate representation of color #B345CE: hue angle of 288.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B345CE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 69 206 -
CMYK 0.13 0.67 0 0.19
HSL 288.18º 0.58% 0.54% -
HSV(B) 288.18º 0.67% 0.81% -
XYZ 31.86 18.3 60.24 -
YUV 117.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 179 69 206 0.13 0.67 0 0.19 288.18 0.58 0.54
Hex B3 45 CE D 43 0 13 120 3A 36
Octal 263 105 316 15 103 0 23 440 72 66
Binary 10110011 1000101 11001110 1101 1000011 0 10011 100100000 111010 110110

Color Harmonies of #B345CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345CE

Black with #B345CE

Text Example


Text Example

White with #B345CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345CE; }

 p { color: rgb(179,69,206); }

 H1.HeaderClassName
 {
   color: #B345CE;
 }
 .AnyTagClassName
 {
   color: #B345CE;
 }
</style>

background-color css

<style>
 a { background-color: #B345CE; }

 a { background-color: rgb(179,69,206); }

 div.DivClassName
 {
   background-color: #B345CE;
 }
 .BgClassName
 {
   background-color: #B345CE;
 }
</style>

border-color css

<style>
 span { border-color: #B345CE; }

 span { border-color: rgb(179,69,206); }

 td.TdClassName
 {
   border-color: #B345CE;
 }
 .TagClassName
 {
   border-color: #B345CE;
 }
</style>