#b131d8

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

Shades of Dark Orchid #B131D8

Tints of Dark Orchid #B131D8

Color information

#B131D8 (or 0xB131D8) is unknown color: approx Dark Orchid. HEX triplet: B1, 31 and D8. RGB value is (177,49,216). Sum of RGB (Red+Green+Blue) = 177+49+216=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #B131D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131D8 is #4ECE27. Grayscale: #696969. Windows color (decimal): -5164584 or 14168497. OLE color: 14168497.

HSL color Cylindrical-coordinate representation of color #B131D8: hue angle of 285.99º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B131D8 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17749216-
CMYK0.180.7700.15
HSL285.99º68.16%51.96%-
HSV(B)285.99º77.31%84.71%-
XYZ31.6216.566.48-
YUV106.31189.91178.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 49 (19.53% from 255) = 11.09%
BLUE value IS 216 (84.77% from 255) = 48.87%
R=40.05%
G=11.09%
B=48.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177492160.180.7700.15285.9968.1651.96
HexB131D8124D0F11e4434
Octal261613302211501743610464
Binary1011000111000111011000100101001101011111000111101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b131d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b131d8; }

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

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

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

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

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

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

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

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