#B535DD

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

Shades of Dark Orchid #B535DD

Tints of Dark Orchid #B535DD

Color information

#B535DD (or 0xB535DD) is unknown color: approx Dark Orchid. HEX triplet: B5, 35 and DD. RGB value is (181,53,221). Sum of RGB (Red+Green+Blue) = 181+53+221=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #B535DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535DD is #4ACA22. Grayscale: #6D6D6D. Windows color (decimal): -4901411 or 14497205. OLE color: 14497205.

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

Color convert

RGB18153221-
CMYK0.180.7600.13
HSL285.71º71.19%53.73%-
HSV(B)285.71º76.02%86.67%-
XYZ33.3817.5970.04-
YUV110.42190.41178.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 53 (21.09% from 255) = 11.65%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=39.78%
G=11.65%
B=48.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181532210.180.7600.13285.7171.1953.73
HexB535DD124C0D11e4736
Octal265653352211401543610766
Binary1011010111010111011101100101001100011011000111101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535DD; }

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

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

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

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

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

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

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

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