#B52DE7

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

Shades of Dark Orchid #B52DE7

Tints of Dark Orchid #B52DE7

Color information

#B52DE7 (or 0xB52DE7) is unknown color: approx Dark Orchid. HEX triplet: B5, 2D and E7. RGB value is (181,45,231). Sum of RGB (Red+Green+Blue) = 181+45+231=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #B52DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DE7 is #4AD218. Grayscale: #6A6A6A. Windows color (decimal): -4903449 or 15150517. OLE color: 15150517.

HSL color Cylindrical-coordinate representation of color #B52DE7: hue angle of 283.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52DE7 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18145231-
CMYK0.220.8100.09
HSL283.87º79.49%54.12%-
HSV(B)283.87º80.52%90.59%-
XYZ34.4217.4777.16-
YUV106.87198.06180.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 45 (17.97% from 255) = 9.85%
BLUE value IS 231 (90.62% from 255) = 50.55%
R=39.61%
G=9.85%
B=50.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181452310.220.8100.09283.8779.4954.12
HexB52DE716510911c4f36
Octal265553472612101143411766
Binary1011010110110111100111101101010001010011000111001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52DE7; }

 p { color: rgb(181,45,231); }

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

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

 a { background-color: rgb(181,45,231); }

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

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

 span { border-color: rgb(181,45,231); }

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