#B534DC

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

Shades of Dark Orchid #B534DC

Tints of Dark Orchid #B534DC

Color information

#B534DC (or 0xB534DC) is unknown color: approx Dark Orchid. HEX triplet: B5, 34 and DC. RGB value is (181,52,220). Sum of RGB (Red+Green+Blue) = 181+52+220=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B534DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534DC is #4ACB23. Grayscale: #6D6D6D. Windows color (decimal): -4901668 or 14431413. OLE color: 14431413.

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

Color convert

RGB18152220-
CMYK0.180.7600.14
HSL286.07º70.59%53.33%-
HSV(B)286.07º76.36%86.27%-
XYZ33.217.4569.33-
YUV109.72190.24178.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 52 (20.70% from 255) = 11.48%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=39.96%
G=11.48%
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.14
SystemRedGreenBlueCMYKHSL
Decimal181522200.180.7600.14286.0770.5953.33
HexB534DC124C0E11e4735
Octal265643342211401643610765
Binary1011010111010011011100100101001100011101000111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B534DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B534DC; }

 p { color: rgb(181,52,220); }

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

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

 a { background-color: rgb(181,52,220); }

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

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

 span { border-color: rgb(181,52,220); }

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