Shades of Medium Orchid #B238F2
Tints of Medium Orchid #B238F2
RGB
CMYK
RGB Variations
Color information
#B238F2 (or 0xB238F2) is known color: Medium Orchid. HEX triplet: B2, 38 and F2. RGB value is (178,56,242). Sum of RGB (Red+Green+Blue) = 178+56+242=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #B238F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B238F2 is #4DC70D. Grayscale: #717171. Windows color (decimal): -5097230 or 15874226. OLE color: 15874226.
HSL color Cylindrical-coordinate representation of color #B238F2: hue angle of 279.35º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B238F2 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 56 | 242 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.05 |
| HSL | 279.35º | 0.88% | 0.58% | - |
| HSV(B) | 279.35º | 0.77% | 0.95% | - |
| XYZ | 35.8 | 18.7 | 85.73 | - |
| YUV | 113.68 | 200.42 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 242 | 0.26 | 0.77 | 0 | 0.05 | 279.35 | 0.88 | 0.58 |
| Hex | B2 | 38 | F2 | 1A | 4D | 0 | 5 | 117 | 58 | 3A |
| Octal | 262 | 70 | 362 | 32 | 115 | 0 | 5 | 427 | 130 | 72 |
| Binary | 10110010 | 111000 | 11110010 | 11010 | 1001101 | 0 | 101 | 100010111 | 1011000 | 111010 |
Color Harmonies of #B238F2
Complementary color
Monochromatic Colors of #B238F2
Black with #B238F2
Text Example
Text Example
White with #B238F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238F2; }
p { color: rgb(178,56,242); }
H1.HeaderClassName
{
color: #B238F2;
}
.AnyTagClassName
{
color: #B238F2;
}
</style>
background-color css
<style>
a { background-color: #B238F2; }
a { background-color: rgb(178,56,242); }
div.DivClassName
{
background-color: #B238F2;
}
.BgClassName
{
background-color: #B238F2;
}
</style>
border-color css
<style>
span { border-color: #B238F2; }
span { border-color: rgb(178,56,242); }
td.TdClassName
{
border-color: #B238F2;
}
.TagClassName
{
border-color: #B238F2;
}
</style>