#B252C3

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

Shades of Medium Orchid #B252C3

Tints of Medium Orchid #B252C3

Color information

#B252C3 (or 0xB252C3) is unknown color: approx Medium Orchid. HEX triplet: B2, 52 and C3. RGB value is (178,82,195). Sum of RGB (Red+Green+Blue) = 178+82+195=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #B252C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252C3 is #4DAD3C. Grayscale: #7B7B7B. Windows color (decimal): -5090621 or 12800690. OLE color: 12800690.

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

Color convert

RGB17882195-
CMYK0.090.5800.24
HSL290.97º48.5%54.31%-
HSV(B)290.97º57.95%76.47%-
XYZ31.2319.4453.74-
YUV123.59168.3166.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=39.12%
G=18.02%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178821950.090.5800.24290.9748.554.31
HexB252C393A0181233036
Octal26212230311720304436066
Binary101100101010010110000111001111010011000100100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B252C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B252C3; }

 p { color: rgb(178,82,195); }

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

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

 a { background-color: rgb(178,82,195); }

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

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

 span { border-color: rgb(178,82,195); }

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