#B435D5

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

Shades of Dark Orchid #B435D5

Tints of Dark Orchid #B435D5

Color information

#B435D5 (or 0xB435D5) is unknown color: approx Dark Orchid. HEX triplet: B4, 35 and D5. RGB value is (180,53,213). Sum of RGB (Red+Green+Blue) = 180+53+213=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #B435D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435D5 is #4BCA2A. Grayscale: #6C6C6C. Windows color (decimal): -4966955 or 13972916. OLE color: 13972916.

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

Color convert

RGB18053213-
CMYK0.150.7500.16
HSL287.62º65.57%52.16%-
HSV(B)287.62º75.12%83.53%-
XYZ32.1117.0564.55-
YUV109.21186.58178.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 53 (21.09% from 255) = 11.88%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=40.36%
G=11.88%
B=47.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180532130.150.7500.16287.6265.5752.16
HexB435D5F4B0101204234
Octal264653251711302044010264
Binary1011010011010111010101111110010110100001001000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B435D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B435D5; }

 p { color: rgb(180,53,213); }

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

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

 a { background-color: rgb(180,53,213); }

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

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

 span { border-color: rgb(180,53,213); }

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