#B046CA

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

Shades of Medium Orchid #B046CA

Tints of Medium Orchid #B046CA

Color information

#B046CA (or 0xB046CA) is unknown color: approx Medium Orchid. HEX triplet: B0, 46 and CA. RGB value is (176,70,202). Sum of RGB (Red+Green+Blue) = 176+70+202=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #B046CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046CA is #4FB935. Grayscale: #747474. Windows color (decimal): -5224758 or 13256368. OLE color: 13256368.

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

Color convert

RGB17670202-
CMYK0.130.6500.21
HSL288.18º55.46%53.33%-
HSV(B)288.18º65.35%79.22%-
XYZ30.7617.8757.71-
YUV116.74176.12170.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 70 (27.73% from 255) = 15.62%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=39.29%
G=15.62%
B=45.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176702020.130.6500.21288.1855.4653.33
HexB046CAD410151203735
Octal260106312151010254406765
Binary1011000010001101100101011011000001010101100100000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046CA; }

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

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

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

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

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

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

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

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