#B05AFE

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

Shades of Medium Orchid #B05AFE

Tints of Medium Orchid #B05AFE

Color information

#B05AFE (or 0xB05AFE) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and FE. RGB value is (176,90,254). Sum of RGB (Red+Green+Blue) = 176+90+254=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B05AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFE is #4FA501. Grayscale: #858585. Windows color (decimal): -5219586 or 16669360. OLE color: 16669360.

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

Color convert

RGB17690254-
CMYK0.310.6500.00
HSL271.46º98.8%67.45%-
HSV(B)271.46º64.57%99.61%-
XYZ39.4523.796.26-
YUV134.41195.49157.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 90 (35.55% from 255) = 17.31%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=33.85%
G=17.31%
B=48.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176902540.310.6500.00271.4698.867.45
HexB05AFE1F410010f6343
Octal2601323763710100417143103
Binary101100001011010111111101111110000010010000111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AFE; }

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

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

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

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

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

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

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

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