#b52bdd

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

Shades of Dark Orchid #B52BDD

Tints of Dark Orchid #B52BDD

Color information

#B52BDD (or 0xB52BDD) is unknown color: approx Dark Orchid. HEX triplet: B5, 2B and DD. RGB value is (181,43,221). Sum of RGB (Red+Green+Blue) = 181+43+221=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B52BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BDD is #4AD422. Grayscale: #676767. Windows color (decimal): -4903971 or 14494645. OLE color: 14494645.

HSL color Cylindrical-coordinate representation of color #B52BDD: hue angle of 286.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52BDD is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18143221-
CMYK0.180.8100.13
HSL286.52º72.36%51.76%-
HSV(B)286.52º80.54%86.67%-
XYZ32.9716.7769.91-
YUV104.55193.72182.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 43 (17.19% from 255) = 9.66%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=40.67%
G=9.66%
B=49.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181432210.180.8100.13286.5272.3651.76
HexB52BDD12510D11f4834
Octal265533352212101543711064
Binary1011010110101111011101100101010001011011000111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52bdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52bdd; }

 p { color: rgb(181,43,221); }

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

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

 a { background-color: rgb(181,43,221); }

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

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

 span { border-color: rgb(181,43,221); }

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