#B434DD

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

Shades of Dark Orchid #B434DD

Tints of Dark Orchid #B434DD

Color information

#B434DD (or 0xB434DD) is unknown color: approx Dark Orchid. HEX triplet: B4, 34 and DD. RGB value is (180,52,221). Sum of RGB (Red+Green+Blue) = 180+52+221=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #B434DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434DD is #4BCB22. Grayscale: #6C6C6C. Windows color (decimal): -4967203 or 14496948. OLE color: 14496948.

HSL color Cylindrical-coordinate representation of color #B434DD: hue angle of 285.44º 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 #B434DD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18052221-
CMYK0.190.7600.13
HSL285.44º71.31%53.53%-
HSV(B)285.44º76.47%86.67%-
XYZ33.117.3870.02-
YUV109.54190.91178.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 52 (20.70% from 255) = 11.48%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=39.74%
G=11.48%
B=48.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180522210.190.7600.13285.4471.3153.53
HexB434DD134C0D11d4736
Octal264643352311401543510766
Binary1011010011010011011101100111001100011011000111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B434DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B434DD; }

 p { color: rgb(180,52,221); }

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

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

 a { background-color: rgb(180,52,221); }

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

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

 span { border-color: rgb(180,52,221); }

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