#b950e8

Color #B950E8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B950E8

Tints of Medium Orchid #B950E8

Color information

#B950E8 (or 0xB950E8) is unknown color: approx Medium Orchid. HEX triplet: B9, 50 and E8. RGB value is (185,80,232). Sum of RGB (Red+Green+Blue) = 185+80+232=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #B950E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950E8 is #46AF17. Grayscale: #808080. Windows color (decimal): -4632344 or 15225017. OLE color: 15225017.

HSL color Cylindrical-coordinate representation of color #B950E8: hue angle of 281.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B950E8 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18580232-
CMYK0.200.6600.09
HSL281.45º76.77%61.18%-
HSV(B)281.45º65.52%90.98%-
XYZ37.4421.8878.59-
YUV128.72186.29168.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 80 (31.64% from 255) = 16.10%
BLUE value IS 232 (91.02% from 255) = 46.68%
R=37.22%
G=16.10%
B=46.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal185802320.200.6600.09281.4576.7761.18
HexB950E81442091194d3d
Octal2711203502410201143111575
Binary10111001101000011101000101001000010010011000110011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b950e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b950e8; }

 p { color: rgb(185,80,232); }

 H1.HeaderClassName
 {
   color: #b950e8;
 }
 .AnyTagClassName
 {
   color: #b950e8;
 }
</style>
background-color css

<style>
 a { background-color: #b950e8; }

 a { background-color: rgb(185,80,232); }

 div.DivClassName
 {
   background-color: #b950e8;
 }
 .BgClassName
 {
   background-color: #b950e8;
 }
</style>
border-color css

<style>
 span { border-color: #b950e8; }

 span { border-color: rgb(185,80,232); }

 td.TdClassName
 {
   border-color: #b950e8;
 }
 .TagClassName
 {
   border-color: #b950e8;
 }
</style>