#B15AF9

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

Shades of Medium Orchid #B15AF9

Tints of Medium Orchid #B15AF9

Color information

#B15AF9 (or 0xB15AF9) is unknown color: approx Medium Orchid. HEX triplet: B1, 5A and F9. RGB value is (177,90,249). Sum of RGB (Red+Green+Blue) = 177+90+249=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #B15AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AF9 is #4EA506. Grayscale: #858585. Windows color (decimal): -5154055 or 16341681. OLE color: 16341681.

HSL color Cylindrical-coordinate representation of color #B15AF9: hue angle of 272.83º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B15AF9 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17790249-
CMYK0.290.6400.02
HSL272.83º92.98%66.47%-
HSV(B)272.83º63.86%97.65%-
XYZ38.8923.592.11-
YUV134.14192.82158.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 90 (35.55% from 255) = 17.44%
BLUE value IS 249 (97.66% from 255) = 48.26%
R=34.30%
G=17.44%
B=48.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177902490.290.6400.02272.8392.9866.47
HexB15AF91D40021115d42
Octal2611323713510002421135102
Binary1011000110110101111100111101100000001010001000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15AF9; }

 p { color: rgb(177,90,249); }

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

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

 a { background-color: rgb(177,90,249); }

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

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

 span { border-color: rgb(177,90,249); }

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