#B137D3

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

Shades of Dark Orchid #B137D3

Tints of Dark Orchid #B137D3

Color information

#B137D3 (or 0xB137D3) is unknown color: approx Dark Orchid. HEX triplet: B1, 37 and D3. RGB value is (177,55,211). Sum of RGB (Red+Green+Blue) = 177+55+211=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #B137D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137D3 is #4EC82C. Grayscale: #6C6C6C. Windows color (decimal): -5163053 or 13842353. OLE color: 13842353.

HSL color Cylindrical-coordinate representation of color #B137D3: hue angle of 286.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B137D3 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17755211-
CMYK0.160.7400.17
HSL286.92º63.93%52.16%-
HSV(B)286.92º73.93%82.75%-
XYZ31.2616.7863.22-
YUV109.26185.42176.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 55 (21.88% from 255) = 12.42%
BLUE value IS 211 (82.81% from 255) = 47.63%
R=39.95%
G=12.42%
B=47.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177552110.160.7400.17286.9263.9352.16
HexB137D3104A01111f4034
Octal261673232011202143710064
Binary10110001110111110100111000010010100100011000111111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B137D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B137D3; }

 p { color: rgb(177,55,211); }

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

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

 a { background-color: rgb(177,55,211); }

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

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

 span { border-color: rgb(177,55,211); }

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