#B27BF1

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

Shades of Medium Purple #B27BF1

Tints of Medium Purple #B27BF1

Color information

#B27BF1 (or 0xB27BF1) is unknown color: approx Medium Purple. HEX triplet: B2, 7B and F1. RGB value is (178,123,241). Sum of RGB (Red+Green+Blue) = 178+123+241=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #B27BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BF1 is #4D840E. Grayscale: #989898. Windows color (decimal): -5080079 or 15825842. OLE color: 15825842.

HSL color Cylindrical-coordinate representation of color #B27BF1: hue angle of 267.97º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27BF1 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178123241-
CMYK0.260.4900.05
HSL267.97º80.82%71.37%-
HSV(B)267.97º48.96%94.51%-
XYZ41.3229.9886.83-
YUV152.9177.72145.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 123 (48.44% from 255) = 22.69%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=32.84%
G=22.69%
B=44.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781232410.260.4900.05267.9780.8271.37
HexB27BF11A310510c5147
Octal262173361326105414121107
Binary1011001011110111111000111010110001010110000110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BF1; }

 p { color: rgb(178,123,241); }

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

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

 a { background-color: rgb(178,123,241); }

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

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

 span { border-color: rgb(178,123,241); }

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