Html Css Color HEX #B856E1 Medium Orchid

📋 copy color: '#B856E1'

red 184 ◦ green 86 ◦ blue 225

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

Shades of Medium Orchid #B856E1

Tints of Medium Orchid #B856E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 37.17%
G = 17.37%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B856E1 (or 0xB856E1) is known color: Medium Orchid. HEX triplet: B8, 56 and E1. RGB value is (184,86,225). Sum of RGB (Red+Green+Blue) = 184+86+225=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #B856E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856E1 is #47A91E. Grayscale: #828282. Windows color (decimal): -4696351 or 14767800. OLE color: 14767800.

HSL color Cylindrical-coordinate representation of color #B856E1: hue angle of 282.3º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B856E1 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 86 225 -
CMYK 0.18 0.62 0 0.12
HSL 282.3º 0.7% 0.61% -
HSV(B) 282.3º 0.62% 0.88% -
XYZ 36.69 22.28 73.6 -
YUV 131.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 184 86 225 0.18 0.62 0 0.12 282.3 0.7 0.61
Hex B8 56 E1 12 3E 0 C 11A 46 3D
Octal 270 126 341 22 76 0 14 432 106 75
Binary 10111000 1010110 11100001 10010 111110 0 1100 100011010 1000110 111101

Color Harmonies of #B856E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856E1

Black with #B856E1

Text Example


Text Example

White with #B856E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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