#B252CD

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

Shades of Medium Orchid #B252CD

Tints of Medium Orchid #B252CD

Color information

#B252CD (or 0xB252CD) is unknown color: approx Medium Orchid. HEX triplet: B2, 52 and CD. RGB value is (178,82,205). Sum of RGB (Red+Green+Blue) = 178+82+205=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B252CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252CD is #4DAD32. Grayscale: #7C7C7C. Windows color (decimal): -5090611 or 13456050. OLE color: 13456050.

HSL color Cylindrical-coordinate representation of color #B252CD: hue angle of 286.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B252CD is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17882205-
CMYK0.130.600.20
HSL286.83º55.16%56.27%-
HSV(B)286.83º60%80.39%-
XYZ32.419.9159.89-
YUV124.73173.3166-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=38.28%
G=17.63%
B=44.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178822050.130.600.20286.8355.1656.27
HexB252CDD3C01411f3738
Octal26212231515740244376770
Binary101100101010010110011011101111100010100100011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B252CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B252CD; }

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

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

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

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

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

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

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

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