#B535D8

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

Shades of Dark Orchid #B535D8

Tints of Dark Orchid #B535D8

Color information

#B535D8 (or 0xB535D8) is unknown color: approx Dark Orchid. HEX triplet: B5, 35 and D8. RGB value is (181,53,216). Sum of RGB (Red+Green+Blue) = 181+53+216=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #B535D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535D8 is #4ACA27. Grayscale: #6D6D6D. Windows color (decimal): -4901416 or 14169525. OLE color: 14169525.

HSL color Cylindrical-coordinate representation of color #B535D8: hue angle of 287.12º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B535D8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18153216-
CMYK0.160.7500.15
HSL287.12º67.63%52.75%-
HSV(B)287.12º75.46%84.71%-
XYZ32.7217.3366.59-
YUV109.85187.91178.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 53 (21.09% from 255) = 11.78%
BLUE value IS 216 (84.77% from 255) = 48%
R=40.22%
G=11.78%
B=48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181532160.160.7500.15287.1267.6352.75
HexB535D8104B0F11f4435
Octal265653302011301743710465
Binary1011010111010111011000100001001011011111000111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535D8; }

 p { color: rgb(181,53,216); }

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

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

 a { background-color: rgb(181,53,216); }

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

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

 span { border-color: rgb(181,53,216); }

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