#B52FDE

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

Shades of Dark Orchid #B52FDE

Tints of Dark Orchid #B52FDE

Color information

#B52FDE (or 0xB52FDE) is unknown color: approx Dark Orchid. HEX triplet: B5, 2F and DE. RGB value is (181,47,222). Sum of RGB (Red+Green+Blue) = 181+47+222=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #B52FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FDE is #4AD021. Grayscale: #6A6A6A. Windows color (decimal): -4902946 or 14561205. OLE color: 14561205.

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

Color convert

RGB18147222-
CMYK0.180.7900.13
HSL285.94º72.61%52.75%-
HSV(B)285.94º78.83%87.06%-
XYZ33.2617.1370.66-
YUV107.02192.89180.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 47 (18.75% from 255) = 10.44%
BLUE value IS 222 (87.11% from 255) = 49.33%
R=40.22%
G=10.44%
B=49.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181472220.180.7900.13285.9472.6152.75
HexB52FDE124F0D11e4935
Octal265573362211701543611165
Binary1011010110111111011110100101001111011011000111101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52FDE; }

 p { color: rgb(181,47,222); }

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

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

 a { background-color: rgb(181,47,222); }

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

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

 span { border-color: rgb(181,47,222); }

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