Html Css Color HEX #B864DF Medium Orchid

📋 copy color: '#B864DF'

red 184 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #B864DF

Tints of Medium Orchid #B864DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 36.29%
G = 19.72%
B = 43.98%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B864DF (or 0xB864DF) is known color: Medium Orchid. HEX triplet: B8, 64 and DF. RGB value is (184,100,223). Sum of RGB (Red+Green+Blue) = 184+100+223=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B864DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864DF is #479B20. Grayscale: #8A8A8A. Windows color (decimal): -4692769 or 14640312. OLE color: 14640312.

HSL color Cylindrical-coordinate representation of color #B864DF: hue angle of 280.98º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B864DF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 100 223 -
CMYK 0.17 0.55 0 0.13
HSL 280.98º 0.66% 0.63% -
HSV(B) 280.98º 0.55% 0.87% -
XYZ 37.64 24.63 72.58 -
YUV 139.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 184 100 223 0.17 0.55 0 0.13 280.98 0.66 0.63
Hex B8 64 DF 11 37 0 D 119 42 3F
Octal 270 144 337 21 67 0 15 431 102 77
Binary 10111000 1100100 11011111 10001 110111 0 1101 100011001 1000010 111111

Color Harmonies of #B864DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864DF

Black with #B864DF

Text Example


Text Example

White with #B864DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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