Shades of Medium Orchid #B23DEA
Tints of Medium Orchid #B23DEA
RGB
CMYK
RGB Variations
Color information
#B23DEA (or 0xB23DEA) is known color: Medium Orchid. HEX triplet: B2, 3D and EA. RGB value is (178,61,234). Sum of RGB (Red+Green+Blue) = 178+61+234=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #B23DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23DEA is #4DC215. Grayscale: #737373. Windows color (decimal): -5095958 or 15351218. OLE color: 15351218.
HSL color Cylindrical-coordinate representation of color #B23DEA: hue angle of 280.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23DEA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 61 | 234 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.08 |
| HSL | 280.58º | 0.8% | 0.58% | - |
| HSV(B) | 280.58º | 0.74% | 0.92% | - |
| XYZ | 34.88 | 18.74 | 79.62 | - |
| YUV | 115.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 234 | 0.24 | 0.74 | 0 | 0.08 | 280.58 | 0.8 | 0.58 |
| Hex | B2 | 3D | EA | 18 | 4A | 0 | 8 | 119 | 50 | 3A |
| Octal | 262 | 75 | 352 | 30 | 112 | 0 | 10 | 431 | 120 | 72 |
| Binary | 10110010 | 111101 | 11101010 | 11000 | 1001010 | 0 | 1000 | 100011001 | 1010000 | 111010 |
Color Harmonies of #B23DEA
Complementary color
Monochromatic Colors of #B23DEA
Black with #B23DEA
Text Example
Text Example
White with #B23DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DEA; }
p { color: rgb(178,61,234); }
H1.HeaderClassName
{
color: #B23DEA;
}
.AnyTagClassName
{
color: #B23DEA;
}
</style>
background-color css
<style>
a { background-color: #B23DEA; }
a { background-color: rgb(178,61,234); }
div.DivClassName
{
background-color: #B23DEA;
}
.BgClassName
{
background-color: #B23DEA;
}
</style>
border-color css
<style>
span { border-color: #B23DEA; }
span { border-color: rgb(178,61,234); }
td.TdClassName
{
border-color: #B23DEA;
}
.TagClassName
{
border-color: #B23DEA;
}
</style>