#B671EE

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

Shades of Medium Purple #B671EE

Tints of Medium Purple #B671EE

Color information

#B671EE (or 0xB671EE) is unknown color: approx Medium Purple. HEX triplet: B6, 71 and EE. RGB value is (182,113,238). Sum of RGB (Red+Green+Blue) = 182+113+238=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #B671EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671EE is #498E11. Grayscale: #939393. Windows color (decimal): -4820498 or 15626678. OLE color: 15626678.

HSL color Cylindrical-coordinate representation of color #B671EE: hue angle of 273.12º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B671EE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182113238-
CMYK0.240.5300.07
HSL273.12º78.62%68.82%-
HSV(B)273.12º52.52%93.33%-
XYZ40.6327.9384.14-
YUV147.88178.86152.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 113 (44.53% from 255) = 21.20%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=34.15%
G=21.20%
B=44.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821132380.240.5300.07273.1278.6268.82
HexB671EE1835071114f45
Octal266161356306507421117105
Binary1011011011100011110111011000110101011110001000110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671EE; }

 p { color: rgb(182,113,238); }

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

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

 a { background-color: rgb(182,113,238); }

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

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

 span { border-color: rgb(182,113,238); }

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