Html Css Color HEX #B080FA Medium Purple

📋 copy color: '#B080FA'

red 176 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #B080FA

Tints of Medium Purple #B080FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 31.77%
G = 23.1%
B = 45.13%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B080FA (or 0xB080FA) is known color: Medium Purple. HEX triplet: B0, 80 and FA. RGB value is (176,128,250). Sum of RGB (Red+Green+Blue) = 176+128+250=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #B080FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080FA is #4F7F05. Grayscale: #9B9B9B. Windows color (decimal): -5209862 or 16416944. OLE color: 16416944.

HSL color Cylindrical-coordinate representation of color #B080FA: hue angle of 263.61º degrees, saturation: 0.92, 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 #B080FA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 128 250 -
CMYK 0.30 0.49 0 0.02
HSL 263.61º 0.92% 0.74% -
HSV(B) 263.61º 0.49% 0.98% -
XYZ 42.88 31.57 94.28 -
YUV 156.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 176 128 250 0.30 0.49 0 0.02 263.61 0.92 0.74
Hex B0 80 FA 1E 31 0 2 108 5C 4A
Octal 260 200 372 36 61 0 2 410 134 112
Binary 10110000 10000000 11111010 11110 110001 0 10 100001000 1011100 1001010

Color Harmonies of #B080FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080FA

Black with #B080FA

Text Example


Text Example

White with #B080FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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