#B135CD

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

Shades of Dark Orchid #B135CD

Tints of Dark Orchid #B135CD

Color information

#B135CD (or 0xB135CD) is unknown color: approx Dark Orchid. HEX triplet: B1, 35 and CD. RGB value is (177,53,205). Sum of RGB (Red+Green+Blue) = 177+53+205=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #B135CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135CD is #4ECA32. Grayscale: #6A6A6A. Windows color (decimal): -5163571 or 13448625. OLE color: 13448625.

HSL color Cylindrical-coordinate representation of color #B135CD: hue angle of 288.95º 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 #B135CD is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17753205-
CMYK0.140.7400.20
HSL288.95º60.32%50.59%-
HSV(B)288.95º74.15%80.39%-
XYZ30.4216.359.3-
YUV107.4183.08177.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 53 (21.09% from 255) = 12.18%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=40.69%
G=12.18%
B=47.13%

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
Decimal177532050.140.7400.20288.9560.3250.59
HexB135CDE4A0141213c33
Octal26165315161120244417463
Binary101100011101011100110111101001010010100100100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B135CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B135CD; }

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

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

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

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

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

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

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

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