Shades of Dark Orchid #B432EE
Tints of Dark Orchid #B432EE
RGB
CMYK
RGB Variations
Color information
#B432EE (or 0xB432EE) is known color: Dark Orchid. HEX triplet: B4, 32 and EE. RGB value is (180,50,238). Sum of RGB (Red+Green+Blue) = 180+50+238=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #B432EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B432EE is #4BCD11. Grayscale: #6D6D6D. Windows color (decimal): -4967698 or 15610548. OLE color: 15610548.
HSL color Cylindrical-coordinate representation of color #B432EE: hue angle of 281.49º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B432EE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 50 | 238 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.07 |
| HSL | 281.49º | 0.85% | 0.56% | - |
| HSV(B) | 281.49º | 0.79% | 0.93% | - |
| XYZ | 35.4 | 18.16 | 82.53 | - |
| YUV | 110.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 238 | 0.24 | 0.79 | 0 | 0.07 | 281.49 | 0.85 | 0.56 |
| Hex | B4 | 32 | EE | 18 | 4F | 0 | 7 | 119 | 55 | 38 |
| Octal | 264 | 62 | 356 | 30 | 117 | 0 | 7 | 431 | 125 | 70 |
| Binary | 10110100 | 110010 | 11101110 | 11000 | 1001111 | 0 | 111 | 100011001 | 1010101 | 111000 |
Color Harmonies of #B432EE
Complementary color
Monochromatic Colors of #B432EE
Black with #B432EE
Text Example
Text Example
White with #B432EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432EE; }
p { color: rgb(180,50,238); }
H1.HeaderClassName
{
color: #B432EE;
}
.AnyTagClassName
{
color: #B432EE;
}
</style>
background-color css
<style>
a { background-color: #B432EE; }
a { background-color: rgb(180,50,238); }
div.DivClassName
{
background-color: #B432EE;
}
.BgClassName
{
background-color: #B432EE;
}
</style>
border-color css
<style>
span { border-color: #B432EE; }
span { border-color: rgb(180,50,238); }
td.TdClassName
{
border-color: #B432EE;
}
.TagClassName
{
border-color: #B432EE;
}
</style>