#B050CA

Color #B050CA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B050CA

Tints of Medium Orchid #B050CA

Color information

#B050CA (or 0xB050CA) is unknown color: approx Medium Orchid. HEX triplet: B0, 50 and CA. RGB value is (176,80,202). Sum of RGB (Red+Green+Blue) = 176+80+202=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #B050CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050CA is #4FAF35. Grayscale: #7A7A7A. Windows color (decimal): -5222198 or 13258928. OLE color: 13258928.

HSL color Cylindrical-coordinate representation of color #B050CA: hue angle of 287.21º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B050CA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17680202-
CMYK0.130.6000.21
HSL287.21º53.51%55.29%-
HSV(B)287.21º60.4%79.22%-
XYZ31.4319.2357.93-
YUV122.61172.8166.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 80 (31.64% from 255) = 17.47%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=38.43%
G=17.47%
B=44.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176802020.130.6000.21287.2153.5155.29
HexB050CAD3C01511f3637
Octal26012031215740254376667
Binary101100001010000110010101101111100010101100011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B050CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B050CA; }

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

 H1.HeaderClassName
 {
   color: #B050CA;
 }
 .AnyTagClassName
 {
   color: #B050CA;
 }
</style>
background-color css

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

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

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

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

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

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