Html Css Color HEX #B056C2 Medium Orchid

📋 copy color: '#B056C2'

red 176 ◦ green 86 ◦ blue 194

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

Shades of Medium Orchid #B056C2

Tints of Medium Orchid #B056C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 38.6%
G = 18.86%
B = 42.54%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B056C2 (or 0xB056C2) is known color: Medium Orchid. HEX triplet: B0, 56 and C2. RGB value is (176,86,194). Sum of RGB (Red+Green+Blue) = 176+86+194=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #B056C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056C2 is #4FA93D. Grayscale: #7C7C7C. Windows color (decimal): -5220670 or 12736176. OLE color: 12736176.

HSL color Cylindrical-coordinate representation of color #B056C2: hue angle of 290º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B056C2 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 86 194 -
CMYK 0.09 0.56 0 0.24
HSL 290º 0.47% 0.55% -
HSV(B) 290º 0.56% 0.76% -
XYZ 30.97 19.78 53.22 -
YUV 125.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 176 86 194 0.09 0.56 0 0.24 290 0.47 0.55
Hex B0 56 C2 9 38 0 18 122 2F 37
Octal 260 126 302 11 70 0 30 442 57 67
Binary 10110000 1010110 11000010 1001 111000 0 11000 100100010 101111 110111

Color Harmonies of #B056C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056C2

Black with #B056C2

Text Example


Text Example

White with #B056C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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