Html Css Color HEX #B864EB Medium Orchid

📋 copy color: '#B864EB'

red 184 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #B864EB

Tints of Medium Orchid #B864EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 35.45%
G = 19.27%
B = 45.28%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B864EB (or 0xB864EB) is known color: Medium Orchid. HEX triplet: B8, 64 and EB. RGB value is (184,100,235). Sum of RGB (Red+Green+Blue) = 184+100+235=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #B864EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864EB is #479B14. Grayscale: #8C8C8C. Windows color (decimal): -4692757 or 15426744. OLE color: 15426744.

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

Color convert

RGB 184 100 235 -
CMYK 0.22 0.57 0 0.08
HSL 277.33º 0.77% 0.66% -
HSV(B) 277.33º 0.57% 0.92% -
XYZ 39.32 25.3 81.41 -
YUV 140.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 184 100 235 0.22 0.57 0 0.08 277.33 0.77 0.66
Hex B8 64 EB 16 39 0 8 115 4D 42
Octal 270 144 353 26 71 0 10 425 115 102
Binary 10111000 1100100 11101011 10110 111001 0 1000 100010101 1001101 1000010

Color Harmonies of #B864EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864EB

Black with #B864EB

Text Example


Text Example

White with #B864EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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