Html Css Color HEX #B864EC Medium Orchid

📋 copy color: '#B864EC'

red 184 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #B864EC

Tints of Medium Orchid #B864EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.23%

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

R = 35.38%
G = 19.23%
B = 45.38%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B864EC (or 0xB864EC) is known color: Medium Orchid. HEX triplet: B8, 64 and EC. RGB value is (184,100,236). Sum of RGB (Red+Green+Blue) = 184+100+236=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #B864EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864EC is #479B13. Grayscale: #8C8C8C. Windows color (decimal): -4692756 or 15492280. OLE color: 15492280.

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

Color convert

RGB 184 100 236 -
CMYK 0.22 0.58 0 0.07
HSL 277.06º 0.78% 0.66% -
HSV(B) 277.06º 0.58% 0.93% -
XYZ 39.46 25.36 82.17 -
YUV 140.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 184 100 236 0.22 0.58 0 0.07 277.06 0.78 0.66
Hex B8 64 EC 16 3A 0 7 115 4E 42
Octal 270 144 354 26 72 0 7 425 116 102
Binary 10111000 1100100 11101100 10110 111010 0 111 100010101 1001110 1000010

Color Harmonies of #B864EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864EC

Black with #B864EC

Text Example


Text Example

White with #B864EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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