Shades of Medium Orchid #B35CFC
Tints of Medium Orchid #B35CFC
RGB
CMYK
RGB Variations
Color information
#B35CFC (or 0xB35CFC) is known color: Medium Orchid. HEX triplet: B3, 5C and FC. RGB value is (179,92,252). Sum of RGB (Red+Green+Blue) = 179+92+252=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B35CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35CFC is #4CA303. Grayscale: #878787. Windows color (decimal): -5022468 or 16538803. OLE color: 16538803.
HSL color Cylindrical-coordinate representation of color #B35CFC: hue angle of 272.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B35CFC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 92 | 252 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.01 |
| HSL | 272.63º | 0.96% | 0.67% | - |
| HSV(B) | 272.63º | 0.63% | 0.99% | - |
| XYZ | 39.99 | 24.27 | 94.67 | - |
| YUV | 136.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 92 | 252 | 0.29 | 0.63 | 0 | 0.01 | 272.63 | 0.96 | 0.67 |
| Hex | B3 | 5C | FC | 1D | 3F | 0 | 1 | 111 | 60 | 43 |
| Octal | 263 | 134 | 374 | 35 | 77 | 0 | 1 | 421 | 140 | 103 |
| Binary | 10110011 | 1011100 | 11111100 | 11101 | 111111 | 0 | 1 | 100010001 | 1100000 | 1000011 |
Color Harmonies of #B35CFC
Complementary color
Monochromatic Colors of #B35CFC
Black with #B35CFC
Text Example
Text Example
White with #B35CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35CFC; }
p { color: rgb(179,92,252); }
H1.HeaderClassName
{
color: #B35CFC;
}
.AnyTagClassName
{
color: #B35CFC;
}
</style>
background-color css
<style>
a { background-color: #B35CFC; }
a { background-color: rgb(179,92,252); }
div.DivClassName
{
background-color: #B35CFC;
}
.BgClassName
{
background-color: #B35CFC;
}
</style>
border-color css
<style>
span { border-color: #B35CFC; }
span { border-color: rgb(179,92,252); }
td.TdClassName
{
border-color: #B35CFC;
}
.TagClassName
{
border-color: #B35CFC;
}
</style>