Html Css Color HEX #B856FC Medium Orchid

📋 copy color: '#B856FC'

red 184 ◦ green 86 ◦ blue 252

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

Shades of Medium Orchid #B856FC

Tints of Medium Orchid #B856FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 35.25%
G = 16.48%
B = 48.28%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B856FC (or 0xB856FC) is known color: Medium Orchid. HEX triplet: B8, 56 and FC. RGB value is (184,86,252). Sum of RGB (Red+Green+Blue) = 184+86+252=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #B856FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B856FC is #47A903. Grayscale: #858585. Windows color (decimal): -4696324 or 16537272. OLE color: 16537272.

HSL color Cylindrical-coordinate representation of color #B856FC: hue angle of 275.42º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B856FC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 86 252 -
CMYK 0.27 0.66 0 0.01
HSL 275.42º 0.97% 0.66% -
HSV(B) 275.42º 0.66% 0.99% -
XYZ 40.67 23.87 94.56 -
YUV 134.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 184 86 252 0.27 0.66 0 0.01 275.42 0.97 0.66
Hex B8 56 FC 1B 42 0 1 113 61 42
Octal 270 126 374 33 102 0 1 423 141 102
Binary 10111000 1010110 11111100 11011 1000010 0 1 100010011 1100001 1000010

Color Harmonies of #B856FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856FC

Black with #B856FC

Text Example


Text Example

White with #B856FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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