#B281FF

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

Shades of Medium Purple #B281FF

Tints of Medium Purple #B281FF

Color information

#B281FF (or 0xB281FF) is unknown color: approx Medium Purple. HEX triplet: B2, 81 and FF. RGB value is (178,129,255). Sum of RGB (Red+Green+Blue) = 178+129+255=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 129 (50.78% from 255 or 22.95% 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 #B281FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FF is #4D7E00. Grayscale: #9D9D9D. Windows color (decimal): -5078529 or 16744882. OLE color: 16744882.

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

Color convert

RGB178129255-
CMYK0.300.4900
HSL263.33º100%75.29%-
HSV(B)263.33º49.41%100%-
XYZ44.2632.3998.53-
YUV158.01182.73142.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 255 (100% from 255) = 45.37%
R=31.67%
G=22.95%
B=45.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781292550.300.4900263.3310075.29
HexB281FF1E3100107644b
Octal262201377366100407144113
Binary101100101000000111111111111101100010010000011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281FF; }

 p { color: rgb(178,129,255); }

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

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

 a { background-color: rgb(178,129,255); }

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

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

 span { border-color: rgb(178,129,255); }

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