Html Css Color HEX #B864E0 Medium Orchid

📋 copy color: '#B864E0'

red 184 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #B864E0

Tints of Medium Orchid #B864E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 36.22%
G = 19.69%
B = 44.09%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B864E0 (or 0xB864E0) is known color: Medium Orchid. HEX triplet: B8, 64 and E0. RGB value is (184,100,224). Sum of RGB (Red+Green+Blue) = 184+100+224=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #B864E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864E0 is #479B1F. Grayscale: #8A8A8A. Windows color (decimal): -4692768 or 14705848. OLE color: 14705848.

HSL color Cylindrical-coordinate representation of color #B864E0: hue angle of 280.65º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B864E0 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 100 224 -
CMYK 0.18 0.55 0 0.12
HSL 280.65º 0.67% 0.64% -
HSV(B) 280.65º 0.55% 0.88% -
XYZ 37.78 24.69 73.29 -
YUV 139.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 184 100 224 0.18 0.55 0 0.12 280.65 0.67 0.64
Hex B8 64 E0 12 37 0 C 119 43 40
Octal 270 144 340 22 67 0 14 431 103 100
Binary 10111000 1100100 11100000 10010 110111 0 1100 100011001 1000011 1000000

Color Harmonies of #B864E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864E0

Black with #B864E0

Text Example


Text Example

White with #B864E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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