Html Css Color HEX #B056E0 Medium Orchid

📋 copy color: '#B056E0'

red 176 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #B056E0

Tints of Medium Orchid #B056E0

RGB

 RED value IS 176 (69.14% from 255) = 36.21%

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

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

R = 36.21%
G = 17.7%
B = 46.09%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B056E0 (or 0xB056E0) is known color: Medium Orchid. HEX triplet: B0, 56 and E0. RGB value is (176,86,224). Sum of RGB (Red+Green+Blue) = 176+86+224=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #B056E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056E0 is #4FA91F. Grayscale: #808080. Windows color (decimal): -5220640 or 14702256. OLE color: 14702256.

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

Color convert

RGB 176 86 224 -
CMYK 0.21 0.62 0 0.12
HSL 279.13º 0.69% 0.61% -
HSV(B) 279.13º 0.62% 0.88% -
XYZ 34.69 21.27 72.8 -
YUV 128.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 176 86 224 0.21 0.62 0 0.12 279.13 0.69 0.61
Hex B0 56 E0 15 3E 0 C 117 45 3D
Octal 260 126 340 25 76 0 14 427 105 75
Binary 10110000 1010110 11100000 10101 111110 0 1100 100010111 1000101 111101

Color Harmonies of #B056E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056E0

Black with #B056E0

Text Example


Text Example

White with #B056E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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