#B251EC

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

Shades of Medium Orchid #B251EC

Tints of Medium Orchid #B251EC

Color information

#B251EC (or 0xB251EC) is unknown color: approx Medium Orchid. HEX triplet: B2, 51 and EC. RGB value is (178,81,236). Sum of RGB (Red+Green+Blue) = 178+81+236=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #B251EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251EC is #4DAE13. Grayscale: #7F7F7F. Windows color (decimal): -5090836 or 15487410. OLE color: 15487410.

HSL color Cylindrical-coordinate representation of color #B251EC: hue angle of 277.55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B251EC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17881236-
CMYK0.250.6600.07
HSL277.55º80.31%62.16%-
HSV(B)277.55º65.68%92.55%-
XYZ36.4421.4181.57-
YUV127.67189.14163.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 81 (32.03% from 255) = 16.36%
BLUE value IS 236 (92.58% from 255) = 47.68%
R=35.96%
G=16.36%
B=47.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178812360.250.6600.07277.5580.3162.16
HexB251EC194207116503e
Octal262121354311020742612076
Binary1011001010100011110110011001100001001111000101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B251EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B251EC; }

 p { color: rgb(178,81,236); }

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

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

 a { background-color: rgb(178,81,236); }

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

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

 span { border-color: rgb(178,81,236); }

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