#B07CFD

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

Shades of Medium Purple #B07CFD

Tints of Medium Purple #B07CFD

Color information

#B07CFD (or 0xB07CFD) is unknown color: approx Medium Purple. HEX triplet: B0, 7C and FD. RGB value is (176,124,253). Sum of RGB (Red+Green+Blue) = 176+124+253=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #B07CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CFD is #4F8302. Grayscale: #999999. Windows color (decimal): -5210883 or 16612528. OLE color: 16612528.

HSL color Cylindrical-coordinate representation of color #B07CFD: hue angle of 264.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B07CFD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176124253-
CMYK0.300.5100.01
HSL264.19º96.99%73.92%-
HSV(B)264.19º50.99%99.22%-
XYZ42.8430.7496.6-
YUV154.25183.73143.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 124 (48.83% from 255) = 22.42%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=31.83%
G=22.42%
B=45.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761242530.300.5100.01264.1996.9973.92
HexB07CFD1E3301108614a
Octal260174375366301410141112
Binary10110000111110011111101111101100110110000100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CFD; }

 p { color: rgb(176,124,253); }

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

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

 a { background-color: rgb(176,124,253); }

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

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

 span { border-color: rgb(176,124,253); }

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