Html Css Color HEX #B856FE Medium Orchid

📋 copy color: '#B856FE'

red 184 ◦ green 86 ◦ blue 254

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

Shades of Medium Orchid #B856FE

Tints of Medium Orchid #B856FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 35.11%
G = 16.41%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B856FE (or 0xB856FE) is known color: Medium Orchid. HEX triplet: B8, 56 and FE. RGB value is (184,86,254). Sum of RGB (Red+Green+Blue) = 184+86+254=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #B856FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B856FE is #47A901. Grayscale: #858585. Windows color (decimal): -4696322 or 16668344. OLE color: 16668344.

HSL color Cylindrical-coordinate representation of color #B856FE: hue angle of 275º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B856FE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 86 254 -
CMYK 0.28 0.66 0 0.00
HSL 275º 0.99% 0.67% -
HSV(B) 275º 0.66% 1% -
XYZ 40.98 24 96.24 -
YUV 134.45 195.47 163.34 -
System Red Green Blue C M Y K H S L
Decimal 184 86 254 0.28 0.66 0 0.00 275 0.99 0.67
Hex B8 56 FE 1C 42 0 0 113 63 43
Octal 270 126 376 34 102 0 0 423 143 103
Binary 10111000 1010110 11111110 11100 1000010 0 0 100010011 1100011 1000011

Color Harmonies of #B856FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856FE

Black with #B856FE

Text Example


Text Example

White with #B856FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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