Html Css Color HEX #B866E4 Medium Orchid

📋 copy color: '#B866E4'

red 184 ◦ green 102 ◦ blue 228

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

Shades of Medium Orchid #B866E4

Tints of Medium Orchid #B866E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.36%

R = 35.8%
G = 19.84%
B = 44.36%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B866E4 (or 0xB866E4) is known color: Medium Orchid. HEX triplet: B8, 66 and E4. RGB value is (184,102,228). Sum of RGB (Red+Green+Blue) = 184+102+228=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #B866E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866E4 is #47991B. Grayscale: #8C8C8C. Windows color (decimal): -4692252 or 14968504. OLE color: 14968504.

HSL color Cylindrical-coordinate representation of color #B866E4: hue angle of 279.05º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B866E4 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 102 228 -
CMYK 0.19 0.55 0 0.11
HSL 279.05º 0.7% 0.65% -
HSV(B) 279.05º 0.55% 0.89% -
XYZ 38.52 25.29 76.25 -
YUV 140.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 184 102 228 0.19 0.55 0 0.11 279.05 0.7 0.65
Hex B8 66 E4 13 37 0 B 117 46 41
Octal 270 146 344 23 67 0 13 427 106 101
Binary 10111000 1100110 11100100 10011 110111 0 1011 100010111 1000110 1000001

Color Harmonies of #B866E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866E4

Black with #B866E4

Text Example


Text Example

White with #B866E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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