#B775EE

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

Shades of Medium Purple #B775EE

Tints of Medium Purple #B775EE

Color information

#B775EE (or 0xB775EE) is unknown color: approx Medium Purple. HEX triplet: B7, 75 and EE. RGB value is (183,117,238). Sum of RGB (Red+Green+Blue) = 183+117+238=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #B775EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B775EE is #488A11. Grayscale: #969696. Windows color (decimal): -4753938 or 15627703. OLE color: 15627703.

HSL color Cylindrical-coordinate representation of color #B775EE: hue angle of 272.73º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B775EE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183117238-
CMYK0.230.5100.07
HSL272.73º78.06%69.61%-
HSV(B)272.73º50.84%93.33%-
XYZ41.3228.9684.3-
YUV150.53177.37151.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 117 (46.09% from 255) = 21.75%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=34.01%
G=21.75%
B=44.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831172380.230.5100.07272.7378.0669.61
HexB775EE1733071114e46
Octal267165356276307421116106
Binary1011011111101011110111010111110011011110001000110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775EE; }

 p { color: rgb(183,117,238); }

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

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

 a { background-color: rgb(183,117,238); }

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

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

 span { border-color: rgb(183,117,238); }

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