#B252C8

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

Shades of Medium Orchid #B252C8

Tints of Medium Orchid #B252C8

Color information

#B252C8 (or 0xB252C8) is unknown color: approx Medium Orchid. HEX triplet: B2, 52 and C8. RGB value is (178,82,200). Sum of RGB (Red+Green+Blue) = 178+82+200=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #B252C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252C8 is #4DAD37. Grayscale: #7B7B7B. Windows color (decimal): -5090616 or 13128370. OLE color: 13128370.

HSL color Cylindrical-coordinate representation of color #B252C8: hue angle of 288.81º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B252C8 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17882200-
CMYK0.110.5900.22
HSL288.81º51.75%55.29%-
HSV(B)288.81º59%78.43%-
XYZ31.819.6756.76-
YUV124.16170.8166.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 200 (78.52% from 255) = 43.48%
R=38.70%
G=17.83%
B=43.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178822000.110.5900.22288.8151.7555.29
HexB252C8B3B0161213437
Octal26212231013730264416467
Binary101100101010010110010001011111011010110100100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B252C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B252C8; }

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

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

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

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

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

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

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

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