Html Css Color HEX #B856CF Medium Orchid

📋 copy color: '#B856CF'

red 184 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #B856CF

Tints of Medium Orchid #B856CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 38.57%
G = 18.03%
B = 43.4%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B856CF (or 0xB856CF) is known color: Medium Orchid. HEX triplet: B8, 56 and CF. RGB value is (184,86,207). Sum of RGB (Red+Green+Blue) = 184+86+207=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #B856CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856CF is #47A930. Grayscale: #808080. Windows color (decimal): -4696369 or 13588152. OLE color: 13588152.

HSL color Cylindrical-coordinate representation of color #B856CF: hue angle of 288.6º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B856CF is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 86 207 -
CMYK 0.11 0.58 0 0.19
HSL 288.6º 0.56% 0.57% -
HSV(B) 288.6º 0.58% 0.81% -
XYZ 34.36 21.35 61.34 -
YUV 129.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 184 86 207 0.11 0.58 0 0.19 288.6 0.56 0.57
Hex B8 56 CF B 3A 0 13 121 38 39
Octal 270 126 317 13 72 0 23 441 70 71
Binary 10111000 1010110 11001111 1011 111010 0 10011 100100001 111000 111001

Color Harmonies of #B856CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856CF

Black with #B856CF

Text Example


Text Example

White with #B856CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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