#B252DD

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

Shades of Medium Orchid #B252DD

Tints of Medium Orchid #B252DD

Color information

#B252DD (or 0xB252DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 52 and DD. RGB value is (178,82,221). Sum of RGB (Red+Green+Blue) = 178+82+221=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B252DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252DD is #4DAD22. Grayscale: #7E7E7E. Windows color (decimal): -5090595 or 14504626. OLE color: 14504626.

HSL color Cylindrical-coordinate representation of color #B252DD: hue angle of 281.44º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B252DD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17882221-
CMYK0.190.6300.13
HSL281.44º67.15%59.41%-
HSV(B)281.44º62.9%86.67%-
XYZ34.4320.7270.59-
YUV126.55181.3164.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=37.01%
G=17.05%
B=45.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178822210.190.6300.13281.4467.1559.41
HexB252DD133F0D119433b
Octal262122335237701543110373
Binary1011001010100101101110110011111111011011000110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B252DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B252DD; }

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

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

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

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

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

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

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

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