#B27BED

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

Shades of Medium Purple #B27BED

Tints of Medium Purple #B27BED

Color information

#B27BED (or 0xB27BED) is unknown color: approx Medium Purple. HEX triplet: B2, 7B and ED. RGB value is (178,123,237). Sum of RGB (Red+Green+Blue) = 178+123+237=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #B27BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BED is #4D8412. Grayscale: #989898. Windows color (decimal): -5080083 or 15563698. OLE color: 15563698.

HSL color Cylindrical-coordinate representation of color #B27BED: hue angle of 268.95º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27BED is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178123237-
CMYK0.250.4800.07
HSL268.95º76%70.59%-
HSV(B)268.95º48.1%92.94%-
XYZ40.7329.7583.72-
YUV152.44175.72146.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=33.09%
G=22.86%
B=44.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781232370.250.4800.07268.957670.59
HexB27BED19300710d4c47
Octal262173355316007415114107
Binary1011001011110111110110111001110000011110000110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BED; }

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

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

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

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

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

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

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

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