Shades of Dark Orchid #B433F2
Tints of Dark Orchid #B433F2
RGB
CMYK
RGB Variations
Color information
#B433F2 (or 0xB433F2) is known color: Dark Orchid. HEX triplet: B4, 33 and F2. RGB value is (180,51,242). Sum of RGB (Red+Green+Blue) = 180+51+242=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #B433F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B433F2 is #4BCC0D. Grayscale: #6E6E6E. Windows color (decimal): -4967438 or 15872948. OLE color: 15872948.
HSL color Cylindrical-coordinate representation of color #B433F2: hue angle of 280.52º degrees, saturation: 0.88, 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 #B433F2 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 51 | 242 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.05 |
| HSL | 280.52º | 0.88% | 0.57% | - |
| HSV(B) | 280.52º | 0.79% | 0.95% | - |
| XYZ | 36.03 | 18.48 | 85.67 | - |
| YUV | 111.35 | 201.74 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 242 | 0.26 | 0.79 | 0 | 0.05 | 280.52 | 0.88 | 0.57 |
| Hex | B4 | 33 | F2 | 1A | 4F | 0 | 5 | 119 | 58 | 39 |
| Octal | 264 | 63 | 362 | 32 | 117 | 0 | 5 | 431 | 130 | 71 |
| Binary | 10110100 | 110011 | 11110010 | 11010 | 1001111 | 0 | 101 | 100011001 | 1011000 | 111001 |
Color Harmonies of #B433F2
Complementary color
Monochromatic Colors of #B433F2
Black with #B433F2
Text Example
Text Example
White with #B433F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433F2; }
p { color: rgb(180,51,242); }
H1.HeaderClassName
{
color: #B433F2;
}
.AnyTagClassName
{
color: #B433F2;
}
</style>
background-color css
<style>
a { background-color: #B433F2; }
a { background-color: rgb(180,51,242); }
div.DivClassName
{
background-color: #B433F2;
}
.BgClassName
{
background-color: #B433F2;
}
</style>
border-color css
<style>
span { border-color: #B433F2; }
span { border-color: rgb(180,51,242); }
td.TdClassName
{
border-color: #B433F2;
}
.TagClassName
{
border-color: #B433F2;
}
</style>