Shades of Dark Orchid #B632C4
Tints of Dark Orchid #B632C4
RGB
CMYK
RGB Variations
Color information
#B632C4 (or 0xB632C4) is known color: Dark Orchid. HEX triplet: B6, 32 and C4. RGB value is (182,50,196). Sum of RGB (Red+Green+Blue) = 182+50+196=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #B632C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632C4 is #49CD3B. Grayscale: #696969. Windows color (decimal): -4836668 or 12858038. OLE color: 12858038.
HSL color Cylindrical-coordinate representation of color #B632C4: hue angle of 294.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B632C4 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 50 | 196 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.23 |
| HSL | 294.25º | 0.59% | 0.48% | - |
| HSV(B) | 294.25º | 0.74% | 0.77% | - |
| XYZ | 30.4 | 16.21 | 53.75 | - |
| YUV | 106.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 196 | 0.07 | 0.74 | 0 | 0.23 | 294.25 | 0.59 | 0.48 |
| Hex | B6 | 32 | C4 | 7 | 4A | 0 | 17 | 126 | 3B | 30 |
| Octal | 266 | 62 | 304 | 7 | 112 | 0 | 27 | 446 | 73 | 60 |
| Binary | 10110110 | 110010 | 11000100 | 111 | 1001010 | 0 | 10111 | 100100110 | 111011 | 110000 |
Color Harmonies of #B632C4
Complementary color
Monochromatic Colors of #B632C4
Black with #B632C4
Text Example
Text Example
White with #B632C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632C4; }
p { color: rgb(182,50,196); }
H1.HeaderClassName
{
color: #B632C4;
}
.AnyTagClassName
{
color: #B632C4;
}
</style>
background-color css
<style>
a { background-color: #B632C4; }
a { background-color: rgb(182,50,196); }
div.DivClassName
{
background-color: #B632C4;
}
.BgClassName
{
background-color: #B632C4;
}
</style>
border-color css
<style>
span { border-color: #B632C4; }
span { border-color: rgb(182,50,196); }
td.TdClassName
{
border-color: #B632C4;
}
.TagClassName
{
border-color: #B632C4;
}
</style>