Html Css Color HEX #B866C6 Medium Orchid

📋 copy color: '#B866C6'

red 184 ◦ green 102 ◦ blue 198

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

Shades of Medium Orchid #B866C6

Tints of Medium Orchid #B866C6

RGB

 RED value IS 184 (72.27% from 255) = 38.02%

 GREEN value IS 102 (40.23% from 255) = 21.07%

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 38.02%
G = 21.07%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B866C6 (or 0xB866C6) is known color: Medium Orchid. HEX triplet: B8, 66 and C6. RGB value is (184,102,198). Sum of RGB (Red+Green+Blue) = 184+102+198=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #B866C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866C6 is #479939. Grayscale: #898989. Windows color (decimal): -4692282 or 13002424. OLE color: 13002424.

HSL color Cylindrical-coordinate representation of color #B866C6: hue angle of 291.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B866C6 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 102 198 -
CMYK 0.07 0.48 0 0.22
HSL 291.25º 0.46% 0.59% -
HSV(B) 291.25º 0.48% 0.78% -
XYZ 34.71 23.77 56.18 -
YUV 137.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 184 102 198 0.07 0.48 0 0.22 291.25 0.46 0.59
Hex B8 66 C6 7 30 0 16 123 2E 3B
Octal 270 146 306 7 60 0 26 443 56 73
Binary 10111000 1100110 11000110 111 110000 0 10110 100100011 101110 111011

Color Harmonies of #B866C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866C6

Black with #B866C6

Text Example


Text Example

White with #B866C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866C6; }

 p { color: rgb(184,102,198); }

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

background-color css

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

 a { background-color: rgb(184,102,198); }

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

border-color css

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

 span { border-color: rgb(184,102,198); }

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