Html Css Color HEX #B856D8 Medium Orchid

📋 copy color: '#B856D8'

red 184 ◦ green 86 ◦ blue 216

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

Shades of Medium Orchid #B856D8

Tints of Medium Orchid #B856D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 37.86%
G = 17.7%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B856D8 (or 0xB856D8) is known color: Medium Orchid. HEX triplet: B8, 56 and D8. RGB value is (184,86,216). Sum of RGB (Red+Green+Blue) = 184+86+216=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #B856D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856D8 is #47A927. Grayscale: #818181. Windows color (decimal): -4696360 or 14177976. OLE color: 14177976.

HSL color Cylindrical-coordinate representation of color #B856D8: hue angle of 285.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B856D8 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 86 216 -
CMYK 0.15 0.60 0 0.15
HSL 285.23º 0.63% 0.59% -
HSV(B) 285.23º 0.6% 0.85% -
XYZ 35.49 21.8 67.3 -
YUV 130.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 184 86 216 0.15 0.60 0 0.15 285.23 0.63 0.59
Hex B8 56 D8 F 3C 0 F 11D 3E 3B
Octal 270 126 330 17 74 0 17 435 76 73
Binary 10111000 1010110 11011000 1111 111100 0 1111 100011101 111110 111011

Color Harmonies of #B856D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856D8

Black with #B856D8

Text Example


Text Example

White with #B856D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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