Shades of Medium Orchid #B755CA
Tints of Medium Orchid #B755CA
RGB
CMYK
RGB Variations
Color information
#B755CA (or 0xB755CA) is known color: Medium Orchid. HEX triplet: B7, 55 and CA. RGB value is (183,85,202). Sum of RGB (Red+Green+Blue) = 183+85+202=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B755CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755CA is #48AA35. Grayscale: #7F7F7F. Windows color (decimal): -4762166 or 13260215. OLE color: 13260215.
HSL color Cylindrical-coordinate representation of color #B755CA: hue angle of 290.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B755CA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 85 | 202 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.21 |
| HSL | 290.26º | 0.52% | 0.56% | - |
| HSV(B) | 290.26º | 0.58% | 0.79% | - |
| XYZ | 33.44 | 20.83 | 58.14 | - |
| YUV | 127.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 202 | 0.09 | 0.58 | 0 | 0.21 | 290.26 | 0.52 | 0.56 |
| Hex | B7 | 55 | CA | 9 | 3A | 0 | 15 | 122 | 34 | 38 |
| Octal | 267 | 125 | 312 | 11 | 72 | 0 | 25 | 442 | 64 | 70 |
| Binary | 10110111 | 1010101 | 11001010 | 1001 | 111010 | 0 | 10101 | 100100010 | 110100 | 111000 |
Color Harmonies of #B755CA
Complementary color
Monochromatic Colors of #B755CA
Black with #B755CA
Text Example
Text Example
White with #B755CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755CA; }
p { color: rgb(183,85,202); }
H1.HeaderClassName
{
color: #B755CA;
}
.AnyTagClassName
{
color: #B755CA;
}
</style>
background-color css
<style>
a { background-color: #B755CA; }
a { background-color: rgb(183,85,202); }
div.DivClassName
{
background-color: #B755CA;
}
.BgClassName
{
background-color: #B755CA;
}
</style>
border-color css
<style>
span { border-color: #B755CA; }
span { border-color: rgb(183,85,202); }
td.TdClassName
{
border-color: #B755CA;
}
.TagClassName
{
border-color: #B755CA;
}
</style>