#B52FD3

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

Shades of Dark Orchid #B52FD3

Tints of Dark Orchid #B52FD3

Color information

#B52FD3 (or 0xB52FD3) is unknown color: approx Dark Orchid. HEX triplet: B5, 2F and D3. RGB value is (181,47,211). Sum of RGB (Red+Green+Blue) = 181+47+211=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #B52FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FD3 is #4AD02C. Grayscale: #696969. Windows color (decimal): -4902957 or 13840309. OLE color: 13840309.

HSL color Cylindrical-coordinate representation of color #B52FD3: hue angle of 289.02º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52FD3 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18147211-
CMYK0.140.7800.17
HSL289.02º65.08%50.59%-
HSV(B)289.02º77.73%82.75%-
XYZ31.8316.5663.15-
YUV105.76187.39181.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 47 (18.75% from 255) = 10.71%
BLUE value IS 211 (82.81% from 255) = 48.06%
R=41.23%
G=10.71%
B=48.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181472110.140.7800.17289.0265.0850.59
HexB52FD3E4E0111214133
Octal265573231611602144110163
Binary1011010110111111010011111010011100100011001000011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52FD3; }

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

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

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

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

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

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

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

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