#B035BF

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

Shades of Dark Orchid #B035BF

Tints of Dark Orchid #B035BF

Color information

#B035BF (or 0xB035BF) is unknown color: approx Dark Orchid. HEX triplet: B0, 35 and BF. RGB value is (176,53,191). Sum of RGB (Red+Green+Blue) = 176+53+191=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #B035BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035BF is #4FCA40. Grayscale: #696969. Windows color (decimal): -5229121 or 12531120. OLE color: 12531120.

HSL color Cylindrical-coordinate representation of color #B035BF: hue angle of 293.48º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B035BF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17653191-
CMYK0.080.7200.25
HSL293.48º56.56%47.84%-
HSV(B)293.48º72.25%74.9%-
XYZ28.5815.5450.78-
YUV105.51176.25178.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 53 (21.09% from 255) = 12.62%
BLUE value IS 191 (75% from 255) = 45.48%
R=41.90%
G=12.62%
B=45.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176531910.080.7200.25293.4856.5647.84
HexB035BF8480191253930
Octal26065277101100314457160
Binary101100001101011011111110001001000011001100100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B035BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B035BF; }

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

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

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

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

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

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

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

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