#B437CE

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

Shades of Dark Orchid #B437CE

Tints of Dark Orchid #B437CE

Color information

#B437CE (or 0xB437CE) is unknown color: approx Dark Orchid. HEX triplet: B4, 37 and CE. RGB value is (180,55,206). Sum of RGB (Red+Green+Blue) = 180+55+206=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B437CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437CE is #4BC831. Grayscale: #6D6D6D. Windows color (decimal): -4966450 or 13514676. OLE color: 13514676.

HSL color Cylindrical-coordinate representation of color #B437CE: hue angle of 289.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B437CE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18055206-
CMYK0.130.7300.19
HSL289.67º60.64%51.18%-
HSV(B)289.67º73.3%80.78%-
XYZ31.3316.8960-
YUV109.59182.41178.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=40.82%
G=12.47%
B=46.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180552060.130.7300.19289.6760.6451.18
HexB437CED490131223d33
Octal26467316151110234427563
Binary101101001101111100111011011001001010011100100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B437CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B437CE; }

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

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

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

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

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

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

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

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