Shades of Dark Orchid #B433F0
Tints of Dark Orchid #B433F0
RGB
CMYK
RGB Variations
Color information
#B433F0 (or 0xB433F0) is known color: Dark Orchid. HEX triplet: B4, 33 and F0. RGB value is (180,51,240). Sum of RGB (Red+Green+Blue) = 180+51+240=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #B433F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B433F0 is #4BCC0F. Grayscale: #6E6E6E. Windows color (decimal): -4967440 or 15741876. OLE color: 15741876.
HSL color Cylindrical-coordinate representation of color #B433F0: hue angle of 280.95º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B433F0 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 51 | 240 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.06 |
| HSL | 280.95º | 0.86% | 0.57% | - |
| HSV(B) | 280.95º | 0.79% | 0.94% | - |
| XYZ | 35.73 | 18.36 | 84.1 | - |
| YUV | 111.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 240 | 0.25 | 0.79 | 0 | 0.06 | 280.95 | 0.86 | 0.57 |
| Hex | B4 | 33 | F0 | 19 | 4F | 0 | 6 | 119 | 56 | 39 |
| Octal | 264 | 63 | 360 | 31 | 117 | 0 | 6 | 431 | 126 | 71 |
| Binary | 10110100 | 110011 | 11110000 | 11001 | 1001111 | 0 | 110 | 100011001 | 1010110 | 111001 |
Color Harmonies of #B433F0
Complementary color
Monochromatic Colors of #B433F0
Black with #B433F0
Text Example
Text Example
White with #B433F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433F0; }
p { color: rgb(180,51,240); }
H1.HeaderClassName
{
color: #B433F0;
}
.AnyTagClassName
{
color: #B433F0;
}
</style>
background-color css
<style>
a { background-color: #B433F0; }
a { background-color: rgb(180,51,240); }
div.DivClassName
{
background-color: #B433F0;
}
.BgClassName
{
background-color: #B433F0;
}
</style>
border-color css
<style>
span { border-color: #B433F0; }
span { border-color: rgb(180,51,240); }
td.TdClassName
{
border-color: #B433F0;
}
.TagClassName
{
border-color: #B433F0;
}
</style>