#B052C4

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

Shades of Medium Orchid #B052C4

Tints of Medium Orchid #B052C4

Color information

#B052C4 (or 0xB052C4) is unknown color: approx Medium Orchid. HEX triplet: B0, 52 and C4. RGB value is (176,82,196). Sum of RGB (Red+Green+Blue) = 176+82+196=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #B052C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052C4 is #4FAD3B. Grayscale: #7A7A7A. Windows color (decimal): -5221692 or 12866224. OLE color: 12866224.

HSL color Cylindrical-coordinate representation of color #B052C4: hue angle of 289.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B052C4 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17682196-
CMYK0.100.5800.23
HSL289.47º49.14%54.51%-
HSV(B)289.47º58.16%76.86%-
XYZ30.8919.2554.31-
YUV123.1169.14165.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 196 (76.95% from 255) = 43.17%
R=38.77%
G=18.06%
B=43.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176821960.100.5800.23289.4749.1454.51
HexB052C4A3A0171213137
Octal26012230412720274416167
Binary101100001010010110001001010111010010111100100001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052C4; }

 p { color: rgb(176,82,196); }

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

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

 a { background-color: rgb(176,82,196); }

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

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

 span { border-color: rgb(176,82,196); }

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