#B530D7

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

Shades of Dark Orchid #B530D7

Tints of Dark Orchid #B530D7

Color information

#B530D7 (or 0xB530D7) is unknown color: approx Dark Orchid. HEX triplet: B5, 30 and D7. RGB value is (181,48,215). Sum of RGB (Red+Green+Blue) = 181+48+215=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #B530D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530D7 is #4ACF28. Grayscale: #6A6A6A. Windows color (decimal): -4902697 or 14102709. OLE color: 14102709.

HSL color Cylindrical-coordinate representation of color #B530D7: hue angle of 287.78º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B530D7 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18148215-
CMYK0.160.7800.16
HSL287.78º67.61%51.57%-
HSV(B)287.78º77.67%84.31%-
XYZ32.3816.8465.83-
YUV106.8189.06180.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 48 (19.14% from 255) = 10.81%
BLUE value IS 215 (84.38% from 255) = 48.42%
R=40.77%
G=10.81%
B=48.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181482150.160.7800.16287.7867.6151.57
HexB530D7104E0101204434
Octal265603272011602044010464
Binary10110101110000110101111000010011100100001001000001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B530D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B530D7; }

 p { color: rgb(181,48,215); }

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

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

 a { background-color: rgb(181,48,215); }

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

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

 span { border-color: rgb(181,48,215); }

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