#B083FF

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

Shades of Medium Purple #B083FF

Tints of Medium Purple #B083FF

Color information

#B083FF (or 0xB083FF) is unknown color: approx Medium Purple. HEX triplet: B0, 83 and FF. RGB value is (176,131,255). Sum of RGB (Red+Green+Blue) = 176+131+255=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #B083FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083FF is #4F7C00. Grayscale: #9E9E9E. Windows color (decimal): -5209089 or 16745392. OLE color: 16745392.

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

Color convert

RGB176131255-
CMYK0.310.4900
HSL261.77º100%75.69%-
HSV(B)261.77º48.63%100%-
XYZ44.0732.6898.59-
YUV158.59182.41140.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 255 (100% from 255) = 45.37%
R=31.32%
G=23.31%
B=45.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761312550.310.4900261.7710075.69
HexB083FF1F3100106644c
Octal260203377376100406144114
Binary101100001000001111111111111111100010010000011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083FF; }

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

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

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

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

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

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

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

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