#B05AF9

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

Shades of Medium Orchid #B05AF9

Tints of Medium Orchid #B05AF9

Color information

#B05AF9 (or 0xB05AF9) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and F9. RGB value is (176,90,249). Sum of RGB (Red+Green+Blue) = 176+90+249=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #B05AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AF9 is #4FA506. Grayscale: #858585. Windows color (decimal): -5219591 or 16341680. OLE color: 16341680.

HSL color Cylindrical-coordinate representation of color #B05AF9: hue angle of 272.45º 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 #B05AF9 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17690249-
CMYK0.290.6400.02
HSL272.45º92.98%66.47%-
HSV(B)272.45º63.86%97.65%-
XYZ38.6623.3892.1-
YUV133.84192.99158.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 249 (97.66% from 255) = 48.35%
R=34.17%
G=17.48%
B=48.35%

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
Decimal176902490.290.6400.02272.4592.9866.47
HexB05AF91D40021105d42
Octal2601323713510002420135102
Binary1011000010110101111100111101100000001010001000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AF9; }

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

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

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

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

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

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

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

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