#B27CED

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

Shades of Medium Purple #B27CED

Tints of Medium Purple #B27CED

Color information

#B27CED (or 0xB27CED) is unknown color: approx Medium Purple. HEX triplet: B2, 7C and ED. RGB value is (178,124,237). Sum of RGB (Red+Green+Blue) = 178+124+237=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #B27CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CED is #4D8312. Grayscale: #989898. Windows color (decimal): -5079827 or 15563954. OLE color: 15563954.

HSL color Cylindrical-coordinate representation of color #B27CED: hue angle of 268.67º 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 #B27CED is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178124237-
CMYK0.250.4800.07
HSL268.67º75.84%70.78%-
HSV(B)268.67º47.68%92.94%-
XYZ40.8529.9983.76-
YUV153.03175.39145.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=33.02%
G=23.01%
B=43.97%

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
Decimal1781242370.250.4800.07268.6775.8470.78
HexB27CED19300710d4c47
Octal262174355316007415114107
Binary1011001011111001110110111001110000011110000110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CED; }

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

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

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

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

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

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

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

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