Html Css Color HEX #B866EC Medium Orchid

📋 copy color: '#B866EC'

red 184 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #B866EC

Tints of Medium Orchid #B866EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 35.25%
G = 19.54%
B = 45.21%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B866EC (or 0xB866EC) is known color: Medium Orchid. HEX triplet: B8, 66 and EC. RGB value is (184,102,236). Sum of RGB (Red+Green+Blue) = 184+102+236=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B866EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B866EC is #479913. Grayscale: #8D8D8D. Windows color (decimal): -4692244 or 15492792. OLE color: 15492792.

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

Color convert

RGB 184 102 236 -
CMYK 0.22 0.57 0 0.07
HSL 276.72º 0.78% 0.66% -
HSV(B) 276.72º 0.57% 0.93% -
XYZ 39.66 25.75 82.24 -
YUV 141.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 184 102 236 0.22 0.57 0 0.07 276.72 0.78 0.66
Hex B8 66 EC 16 39 0 7 115 4E 42
Octal 270 146 354 26 71 0 7 425 116 102
Binary 10111000 1100110 11101100 10110 111001 0 111 100010101 1001110 1000010

Color Harmonies of #B866EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866EC

Black with #B866EC

Text Example


Text Example

White with #B866EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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