#B52EBD

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

Shades of Dark Orchid #B52EBD

Tints of Dark Orchid #B52EBD

Color information

#B52EBD (or 0xB52EBD) is unknown color: approx Dark Orchid. HEX triplet: B5, 2E and BD. RGB value is (181,46,189). Sum of RGB (Red+Green+Blue) = 181+46+189=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B52EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EBD is #4AD142. Grayscale: #666666. Windows color (decimal): -4903235 or 12398261. OLE color: 12398261.

HSL color Cylindrical-coordinate representation of color #B52EBD: hue angle of 296.64º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52EBD is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18146189-
CMYK0.040.7600.26
HSL296.64º60.85%46.08%-
HSV(B)296.64º75.66%74.12%-
XYZ29.2215.4549.59-
YUV102.67176.73183.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 46 (18.36% from 255) = 11.06%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=43.51%
G=11.06%
B=45.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181461890.040.7600.26296.6460.8546.08
HexB52EBD44C01A1293d2e
Octal2655627541140324517556
Binary10110101101110101111011001001100011010100101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52EBD; }

 p { color: rgb(181,46,189); }

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

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

 a { background-color: rgb(181,46,189); }

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

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

 span { border-color: rgb(181,46,189); }

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