Shades of Medium Orchid #B265D4
Tints of Medium Orchid #B265D4
RGB
CMYK
RGB Variations
Color information
#B265D4 (or 0xB265D4) is known color: Medium Orchid. HEX triplet: B2, 65 and D4. RGB value is (178,101,212). Sum of RGB (Red+Green+Blue) = 178+101+212=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #B265D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265D4 is #4D9A2B. Grayscale: #888888. Windows color (decimal): -5085740 or 13919666. OLE color: 13919666.
HSL color Cylindrical-coordinate representation of color #B265D4: hue angle of 281.62º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B265D4 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 101 | 212 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.17 |
| HSL | 281.62º | 0.56% | 0.61% | - |
| HSV(B) | 281.62º | 0.52% | 0.83% | - |
| XYZ | 34.9 | 23.53 | 64.99 | - |
| YUV | 136.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 212 | 0.16 | 0.52 | 0 | 0.17 | 281.62 | 0.56 | 0.61 |
| Hex | B2 | 65 | D4 | 10 | 34 | 0 | 11 | 11A | 38 | 3D |
| Octal | 262 | 145 | 324 | 20 | 64 | 0 | 21 | 432 | 70 | 75 |
| Binary | 10110010 | 1100101 | 11010100 | 10000 | 110100 | 0 | 10001 | 100011010 | 111000 | 111101 |
Color Harmonies of #B265D4
Complementary color
Monochromatic Colors of #B265D4
Black with #B265D4
Text Example
Text Example
White with #B265D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B265D4; }
p { color: rgb(178,101,212); }
H1.HeaderClassName
{
color: #B265D4;
}
.AnyTagClassName
{
color: #B265D4;
}
</style>
background-color css
<style>
a { background-color: #B265D4; }
a { background-color: rgb(178,101,212); }
div.DivClassName
{
background-color: #B265D4;
}
.BgClassName
{
background-color: #B265D4;
}
</style>
border-color css
<style>
span { border-color: #B265D4; }
span { border-color: rgb(178,101,212); }
td.TdClassName
{
border-color: #B265D4;
}
.TagClassName
{
border-color: #B265D4;
}
</style>