#B07BEF

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

Shades of Medium Purple #B07BEF

Tints of Medium Purple #B07BEF

Color information

#B07BEF (or 0xB07BEF) is unknown color: approx Medium Purple. HEX triplet: B0, 7B and EF. RGB value is (176,123,239). Sum of RGB (Red+Green+Blue) = 176+123+239=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #B07BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BEF is #4F8410. Grayscale: #979797. Windows color (decimal): -5211153 or 15694768. OLE color: 15694768.

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

Color convert

RGB176123239-
CMYK0.260.4900.06
HSL267.41º78.38%70.98%-
HSV(B)267.41º48.54%93.73%-
XYZ40.5729.6385.24-
YUV152.07177.06145.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=32.71%
G=22.86%
B=44.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761232390.260.4900.06267.4178.3870.98
HexB07BEF1A310610b4e47
Octal260173357326106413116107
Binary1011000011110111110111111010110001011010000101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BEF; }

 p { color: rgb(176,123,239); }

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

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

 a { background-color: rgb(176,123,239); }

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

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

 span { border-color: rgb(176,123,239); }

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