#B131BD

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

Shades of Dark Orchid #B131BD

Tints of Dark Orchid #B131BD

Color information

#B131BD (or 0xB131BD) is unknown color: approx Dark Orchid. HEX triplet: B1, 31 and BD. RGB value is (177,49,189). Sum of RGB (Red+Green+Blue) = 177+49+189=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #B131BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131BD is #4ECE42. Grayscale: #666666. Windows color (decimal): -5164611 or 12399025. OLE color: 12399025.

HSL color Cylindrical-coordinate representation of color #B131BD: hue angle of 294.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B131BD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17749189-
CMYK0.060.7400.26
HSL294.86º58.82%46.67%-
HSV(B)294.86º74.07%74.12%-
XYZ28.4215.2249.58-
YUV103.23176.41180.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 49 (19.53% from 255) = 11.81%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=42.65%
G=11.81%
B=45.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177491890.060.7400.26294.8658.8246.67
HexB131BD64A01A1273b2f
Octal2616127561120324477357
Binary10110001110001101111011101001010011010100100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B131BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B131BD; }

 p { color: rgb(177,49,189); }

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

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

 a { background-color: rgb(177,49,189); }

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

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

 span { border-color: rgb(177,49,189); }

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