Html Css Color HEX #B856E0 Medium Orchid

📋 copy color: '#B856E0'

red 184 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #B856E0

Tints of Medium Orchid #B856E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 37.25%
G = 17.41%
B = 45.34%

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

#B856E0 (or 0xB856E0) is known color: Medium Orchid. HEX triplet: B8, 56 and E0. RGB value is (184,86,224). Sum of RGB (Red+Green+Blue) = 184+86+224=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #B856E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856E0 is #47A91F. Grayscale: #828282. Windows color (decimal): -4696352 or 14702264. OLE color: 14702264.

HSL color Cylindrical-coordinate representation of color #B856E0: hue angle of 282.61º degrees, saturation: 0.69, 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 #B856E0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 86 224 -
CMYK 0.18 0.62 0 0.12
HSL 282.61º 0.69% 0.61% -
HSV(B) 282.61º 0.62% 0.88% -
XYZ 36.55 22.23 72.89 -
YUV 131.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 184 86 224 0.18 0.62 0 0.12 282.61 0.69 0.61
Hex B8 56 E0 12 3E 0 C 11B 45 3D
Octal 270 126 340 22 76 0 14 433 105 75
Binary 10111000 1010110 11100000 10010 111110 0 1100 100011011 1000101 111101

Color Harmonies of #B856E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856E0

Black with #B856E0

Text Example


Text Example

White with #B856E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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