#B27DFA

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

Shades of Medium Purple #B27DFA

Tints of Medium Purple #B27DFA

Color information

#B27DFA (or 0xB27DFA) is unknown color: approx Medium Purple. HEX triplet: B2, 7D and FA. RGB value is (178,125,250). Sum of RGB (Red+Green+Blue) = 178+125+250=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #B27DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DFA is #4D8205. Grayscale: #9A9A9A. Windows color (decimal): -5079558 or 16416178. OLE color: 16416178.

HSL color Cylindrical-coordinate representation of color #B27DFA: hue angle of 265.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27DFA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178125250-
CMYK0.290.5000.02
HSL265.44º92.59%73.53%-
HSV(B)265.44º50%98.04%-
XYZ42.9531.0394.17-
YUV155.1181.56144.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=32.19%
G=22.60%
B=45.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781252500.290.5000.02265.4492.5973.53
HexB27DFA1D32021095d4a
Octal262175372356202411135112
Binary101100101111101111110101110111001001010000100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DFA; }

 p { color: rgb(178,125,250); }

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

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

 a { background-color: rgb(178,125,250); }

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

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

 span { border-color: rgb(178,125,250); }

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