Html Css Color HEX #B080FE Medium Purple

📋 copy color: '#B080FE'

red 176 ◦ green 128 ◦ blue 254

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

Shades of Medium Purple #B080FE

Tints of Medium Purple #B080FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 31.54%
G = 22.94%
B = 45.52%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B080FE (or 0xB080FE) is known color: Medium Purple. HEX triplet: B0, 80 and FE. RGB value is (176,128,254). Sum of RGB (Red+Green+Blue) = 176+128+254=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B080FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080FE is #4F7F01. Grayscale: #9C9C9C. Windows color (decimal): -5209858 or 16679088. OLE color: 16679088.

HSL color Cylindrical-coordinate representation of color #B080FE: hue angle of 262.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B080FE is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 128 254 -
CMYK 0.31 0.50 0 0.00
HSL 262.86º 0.98% 0.75% -
HSV(B) 262.86º 0.5% 1% -
XYZ 43.51 31.82 97.62 -
YUV 156.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 176 128 254 0.31 0.50 0 0.00 262.86 0.98 0.75
Hex B0 80 FE 1F 32 0 0 107 62 4B
Octal 260 200 376 37 62 0 0 407 142 113
Binary 10110000 10000000 11111110 11111 110010 0 0 100000111 1100010 1001011

Color Harmonies of #B080FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080FE

Black with #B080FE

Text Example


Text Example

White with #B080FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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