#B05AFA

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

Shades of Medium Orchid #B05AFA

Tints of Medium Orchid #B05AFA

Color information

#B05AFA (or 0xB05AFA) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and FA. RGB value is (176,90,250). Sum of RGB (Red+Green+Blue) = 176+90+250=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #B05AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFA is #4FA505. Grayscale: #858585. Windows color (decimal): -5219590 or 16407216. OLE color: 16407216.

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

Color convert

RGB17690250-
CMYK0.300.6400.02
HSL272.25º94.12%66.67%-
HSV(B)272.25º64%98.04%-
XYZ38.8223.4492.92-
YUV133.95193.49157.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 90 (35.55% from 255) = 17.44%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=34.11%
G=17.44%
B=48.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176902500.300.6400.02272.2594.1266.67
HexB05AFA1E40021105e43
Octal2601323723610002420136103
Binary1011000010110101111101011110100000001010001000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AFA; }

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

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

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

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

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

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

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

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