#B037BE

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

Shades of Dark Orchid #B037BE

Tints of Dark Orchid #B037BE

Color information

#B037BE (or 0xB037BE) is unknown color: approx Dark Orchid. HEX triplet: B0, 37 and BE. RGB value is (176,55,190). Sum of RGB (Red+Green+Blue) = 176+55+190=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B037BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037BE is #4FC841. Grayscale: #6A6A6A. Windows color (decimal): -5228610 or 12466096. OLE color: 12466096.

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

Color convert

RGB17655190-
CMYK0.070.7100.25
HSL293.78º55.1%48.04%-
HSV(B)293.78º71.05%74.51%-
XYZ28.5615.6850.24-
YUV106.57175.09177.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 55 (21.88% from 255) = 13.06%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=41.81%
G=13.06%
B=45.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176551900.070.7100.25293.7855.148.04
HexB037BE7470191263730
Octal2606727671070314466760
Binary10110000110111101111101111000111011001100100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B037BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B037BE; }

 p { color: rgb(176,55,190); }

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

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

 a { background-color: rgb(176,55,190); }

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

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

 span { border-color: rgb(176,55,190); }

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