Html Css Color HEX #B080F9 Medium Purple

📋 copy color: '#B080F9'

red 176 ◦ green 128 ◦ blue 249

#B080F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #B080F9

Tints of Medium Purple #B080F9

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

 GREEN value IS 128 (50.39% from 255) = 23.15%

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 31.83%
G = 23.15%
B = 45.03%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B080F9 (or 0xB080F9) is known color: Medium Purple. HEX triplet: B0, 80 and F9. RGB value is (176,128,249). Sum of RGB (Red+Green+Blue) = 176+128+249=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #B080F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080F9 is #4F7F06. Grayscale: #9B9B9B. Windows color (decimal): -5209863 or 16351408. OLE color: 16351408.

HSL color Cylindrical-coordinate representation of color #B080F9: hue angle of 263.8º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B080F9 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 128 249 -
CMYK 0.29 0.49 0 0.02
HSL 263.8º 0.91% 0.74% -
HSV(B) 263.8º 0.49% 0.98% -
XYZ 42.72 31.51 93.45 -
YUV 156.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 176 128 249 0.29 0.49 0 0.02 263.8 0.91 0.74
Hex B0 80 F9 1D 31 0 2 108 5B 4A
Octal 260 200 371 35 61 0 2 410 133 112
Binary 10110000 10000000 11111001 11101 110001 0 10 100001000 1011011 1001010

Color Harmonies of #B080F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080F9

Black with #B080F9

Text Example


Text Example

White with #B080F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080F9; }

 p { color: rgb(176,128,249); }

 H1.HeaderClassName
 {
   color: #B080F9;
 }
 .AnyTagClassName
 {
   color: #B080F9;
 }
</style>

background-color css

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

 a { background-color: rgb(176,128,249); }

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

border-color css

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

 span { border-color: rgb(176,128,249); }

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