Html Css Color HEX #B06ECE Medium Orchid

📋 copy color: '#B06ECE'

red 176 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #B06ECE

Tints of Medium Orchid #B06ECE

RGB

 RED value IS 176 (69.14% from 255) = 35.77%

 GREEN value IS 110 (43.36% from 255) = 22.36%

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

R = 35.77%
G = 22.36%
B = 41.87%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B06ECE (or 0xB06ECE) is known color: Medium Orchid. HEX triplet: B0, 6E and CE. RGB value is (176,110,206). Sum of RGB (Red+Green+Blue) = 176+110+206=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #B06ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ECE is #4F9131. Grayscale: #8C8C8C. Windows color (decimal): -5214514 or 13528752. OLE color: 13528752.

HSL color Cylindrical-coordinate representation of color #B06ECE: hue angle of 281.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06ECE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 110 206 -
CMYK 0.15 0.47 0 0.19
HSL 281.25º 0.49% 0.62% -
HSV(B) 281.25º 0.47% 0.81% -
XYZ 34.62 24.84 61.36 -
YUV 140.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 176 110 206 0.15 0.47 0 0.19 281.25 0.49 0.62
Hex B0 6E CE F 2F 0 13 119 31 3E
Octal 260 156 316 17 57 0 23 431 61 76
Binary 10110000 1101110 11001110 1111 101111 0 10011 100011001 110001 111110

Color Harmonies of #B06ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ECE

Black with #B06ECE

Text Example


Text Example

White with #B06ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ECE; }

 p { color: rgb(176,110,206); }

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

background-color css

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

 a { background-color: rgb(176,110,206); }

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

border-color css

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

 span { border-color: rgb(176,110,206); }

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