#B150ED

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

Shades of Medium Orchid #B150ED

Tints of Medium Orchid #B150ED

Color information

#B150ED (or 0xB150ED) is unknown color: approx Medium Orchid. HEX triplet: B1, 50 and ED. RGB value is (177,80,237). Sum of RGB (Red+Green+Blue) = 177+80+237=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B150ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150ED is #4EAF12. Grayscale: #7E7E7E. Windows color (decimal): -5156627 or 15552689. OLE color: 15552689.

HSL color Cylindrical-coordinate representation of color #B150ED: hue angle of 277.07º degrees, saturation: 0.81, 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 #B150ED is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17780237-
CMYK0.250.6600.07
HSL277.07º81.35%62.16%-
HSV(B)277.07º66.24%92.94%-
XYZ36.2921.282.3-
YUV126.9190.14163.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 80 (31.64% from 255) = 16.19%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=35.83%
G=16.19%
B=47.98%

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
Decimal177802370.250.6600.07277.0781.3562.16
HexB150ED194207115513e
Octal261120355311020742512176
Binary1011000110100001110110111001100001001111000101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150ED; }

 p { color: rgb(177,80,237); }

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

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

 a { background-color: rgb(177,80,237); }

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

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

 span { border-color: rgb(177,80,237); }

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