Shades of Dark Orchid #B132F1
Tints of Dark Orchid #B132F1
RGB
CMYK
RGB Variations
Color information
#B132F1 (or 0xB132F1) is known color: Dark Orchid. HEX triplet: B1, 32 and F1. RGB value is (177,50,241). Sum of RGB (Red+Green+Blue) = 177+50+241=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #B132F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B132F1 is #4ECD0E. Grayscale: #6D6D6D. Windows color (decimal): -5164303 or 15807153. OLE color: 15807153.
HSL color Cylindrical-coordinate representation of color #B132F1: hue angle of 279.9º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B132F1 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 50 | 241 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.05 |
| HSL | 279.9º | 0.87% | 0.57% | - |
| HSV(B) | 279.9º | 0.79% | 0.95% | - |
| XYZ | 35.15 | 17.98 | 84.84 | - |
| YUV | 109.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 241 | 0.27 | 0.79 | 0 | 0.05 | 279.9 | 0.87 | 0.57 |
| Hex | B1 | 32 | F1 | 1B | 4F | 0 | 5 | 118 | 57 | 39 |
| Octal | 261 | 62 | 361 | 33 | 117 | 0 | 5 | 430 | 127 | 71 |
| Binary | 10110001 | 110010 | 11110001 | 11011 | 1001111 | 0 | 101 | 100011000 | 1010111 | 111001 |
Color Harmonies of #B132F1
Complementary color
Monochromatic Colors of #B132F1
Black with #B132F1
Text Example
Text Example
White with #B132F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B132F1; }
p { color: rgb(177,50,241); }
H1.HeaderClassName
{
color: #B132F1;
}
.AnyTagClassName
{
color: #B132F1;
}
</style>
background-color css
<style>
a { background-color: #B132F1; }
a { background-color: rgb(177,50,241); }
div.DivClassName
{
background-color: #B132F1;
}
.BgClassName
{
background-color: #B132F1;
}
</style>
border-color css
<style>
span { border-color: #B132F1; }
span { border-color: rgb(177,50,241); }
td.TdClassName
{
border-color: #B132F1;
}
.TagClassName
{
border-color: #B132F1;
}
</style>