#B437CA

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

Shades of Dark Orchid #B437CA

Tints of Dark Orchid #B437CA

Color information

#B437CA (or 0xB437CA) is unknown color: approx Dark Orchid. HEX triplet: B4, 37 and CA. RGB value is (180,55,202). Sum of RGB (Red+Green+Blue) = 180+55+202=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #B437CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437CA is #4BC835. Grayscale: #6C6C6C. Windows color (decimal): -4966454 or 13252532. OLE color: 13252532.

HSL color Cylindrical-coordinate representation of color #B437CA: hue angle of 291.02º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B437CA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18055202-
CMYK0.110.7300.21
HSL291.02º58.1%50.39%-
HSV(B)291.02º72.77%79.22%-
XYZ30.8516.757.47-
YUV109.13180.41178.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 55 (21.88% from 255) = 12.59%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=41.19%
G=12.59%
B=46.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180552020.110.7300.21291.0258.150.39
HexB437CAB490151233a32
Octal26467312131110254437262
Binary101101001101111100101010111001001010101100100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B437CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B437CA; }

 p { color: rgb(180,55,202); }

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

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

 a { background-color: rgb(180,55,202); }

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

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

 span { border-color: rgb(180,55,202); }

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