#B035CD

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

Shades of Dark Orchid #B035CD

Tints of Dark Orchid #B035CD

Color information

#B035CD (or 0xB035CD) is unknown color: approx Dark Orchid. HEX triplet: B0, 35 and CD. RGB value is (176,53,205). Sum of RGB (Red+Green+Blue) = 176+53+205=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #B035CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035CD is #4FCA32. Grayscale: #6A6A6A. Windows color (decimal): -5229107 or 13448624. OLE color: 13448624.

HSL color Cylindrical-coordinate representation of color #B035CD: hue angle of 288.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B035CD is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17653205-
CMYK0.140.7400.20
HSL288.55º60.32%50.59%-
HSV(B)288.55º74.15%80.39%-
XYZ30.216.1859.29-
YUV107.1183.25177.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 53 (21.09% from 255) = 12.21%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=40.55%
G=12.21%
B=47.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176532050.140.7400.20288.5560.3250.59
HexB035CDE4A0141213c33
Octal26065315161120244417463
Binary101100001101011100110111101001010010100100100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B035CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B035CD; }

 p { color: rgb(176,53,205); }

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

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

 a { background-color: rgb(176,53,205); }

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

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

 span { border-color: rgb(176,53,205); }

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