Html Css Color HEX #B056CA Medium Orchid

📋 copy color: '#B056CA'

red 176 ◦ green 86 ◦ blue 202

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

Shades of Medium Orchid #B056CA

Tints of Medium Orchid #B056CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 37.93%
G = 18.53%
B = 43.53%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B056CA (or 0xB056CA) is known color: Medium Orchid. HEX triplet: B0, 56 and CA. RGB value is (176,86,202). Sum of RGB (Red+Green+Blue) = 176+86+202=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #B056CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056CA is #4FA935. Grayscale: #7D7D7D. Windows color (decimal): -5220662 or 13260464. OLE color: 13260464.

HSL color Cylindrical-coordinate representation of color #B056CA: hue angle of 286.55º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B056CA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 86 202 -
CMYK 0.13 0.57 0 0.21
HSL 286.55º 0.52% 0.56% -
HSV(B) 286.55º 0.57% 0.79% -
XYZ 31.89 20.15 58.09 -
YUV 126.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 176 86 202 0.13 0.57 0 0.21 286.55 0.52 0.56
Hex B0 56 CA D 39 0 15 11F 34 38
Octal 260 126 312 15 71 0 25 437 64 70
Binary 10110000 1010110 11001010 1101 111001 0 10101 100011111 110100 111000

Color Harmonies of #B056CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056CA

Black with #B056CA

Text Example


Text Example

White with #B056CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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