#B05AFF

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

Shades of Medium Orchid #B05AFF

Tints of Medium Orchid #B05AFF

Color information

#B05AFF (or 0xB05AFF) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and FF. RGB value is (176,90,255). Sum of RGB (Red+Green+Blue) = 176+90+255=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFF is #4FA500. Grayscale: #858585. Windows color (decimal): -5219585 or 16734896. OLE color: 16734896.

HSL color Cylindrical-coordinate representation of color #B05AFF: hue angle of 271.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B05AFF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17690255-
CMYK0.310.6500
HSL271.27º100%67.65%-
HSV(B)271.27º64.71%100%-
XYZ39.6123.7697.11-
YUV134.52195.99157.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 90 (35.55% from 255) = 17.27%
BLUE value IS 255 (100% from 255) = 48.94%
R=33.78%
G=17.27%
B=48.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176902550.310.6500271.2710067.65
HexB05AFF1F410010f6444
Octal2601323773710100417144104
Binary101100001011010111111111111110000010010000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AFF; }

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

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

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

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

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

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

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

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