Html Css Color HEX #B856DF Medium Orchid

📋 copy color: '#B856DF'

red 184 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #B856DF

Tints of Medium Orchid #B856DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.44%

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

R = 37.32%
G = 17.44%
B = 45.23%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B856DF (or 0xB856DF) is known color: Medium Orchid. HEX triplet: B8, 56 and DF. RGB value is (184,86,223). Sum of RGB (Red+Green+Blue) = 184+86+223=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #B856DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856DF is #47A920. Grayscale: #828282. Windows color (decimal): -4696353 or 14636728. OLE color: 14636728.

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

Color convert

RGB 184 86 223 -
CMYK 0.17 0.61 0 0.13
HSL 282.92º 0.68% 0.61% -
HSV(B) 282.92º 0.61% 0.87% -
XYZ 36.41 22.17 72.17 -
YUV 130.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 184 86 223 0.17 0.61 0 0.13 282.92 0.68 0.61
Hex B8 56 DF 11 3D 0 D 11B 44 3D
Octal 270 126 337 21 75 0 15 433 104 75
Binary 10111000 1010110 11011111 10001 111101 0 1101 100011011 1000100 111101

Color Harmonies of #B856DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856DF

Black with #B856DF

Text Example


Text Example

White with #B856DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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