Shades of Medium Orchid #B35BCB
Tints of Medium Orchid #B35BCB
RGB
CMYK
RGB Variations
Color information
#B35BCB (or 0xB35BCB) is known color: Medium Orchid. HEX triplet: B3, 5B and CB. RGB value is (179,91,203). Sum of RGB (Red+Green+Blue) = 179+91+203=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B35BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BCB is #4CA434. Grayscale: #818181. Windows color (decimal): -5022773 or 13327283. OLE color: 13327283.
HSL color Cylindrical-coordinate representation of color #B35BCB: hue angle of 287.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35BCB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 91 | 203 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.20 |
| HSL | 287.14º | 0.52% | 0.58% | - |
| HSV(B) | 287.14º | 0.55% | 0.8% | - |
| XYZ | 33.11 | 21.38 | 58.88 | - |
| YUV | 130.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 203 | 0.12 | 0.55 | 0 | 0.20 | 287.14 | 0.52 | 0.58 |
| Hex | B3 | 5B | CB | C | 37 | 0 | 14 | 11F | 34 | 3A |
| Octal | 263 | 133 | 313 | 14 | 67 | 0 | 24 | 437 | 64 | 72 |
| Binary | 10110011 | 1011011 | 11001011 | 1100 | 110111 | 0 | 10100 | 100011111 | 110100 | 111010 |
Color Harmonies of #B35BCB
Complementary color
Monochromatic Colors of #B35BCB
Black with #B35BCB
Text Example
Text Example
White with #B35BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BCB; }
p { color: rgb(179,91,203); }
H1.HeaderClassName
{
color: #B35BCB;
}
.AnyTagClassName
{
color: #B35BCB;
}
</style>
background-color css
<style>
a { background-color: #B35BCB; }
a { background-color: rgb(179,91,203); }
div.DivClassName
{
background-color: #B35BCB;
}
.BgClassName
{
background-color: #B35BCB;
}
</style>
border-color css
<style>
span { border-color: #B35BCB; }
span { border-color: rgb(179,91,203); }
td.TdClassName
{
border-color: #B35BCB;
}
.TagClassName
{
border-color: #B35BCB;
}
</style>