Html Css Color HEX #B082FE Medium Purple

📋 copy color: '#B082FE'

red 176 ◦ green 130 ◦ blue 254

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

Shades of Medium Purple #B082FE

Tints of Medium Purple #B082FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.21%

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

R = 31.43%
G = 23.21%
B = 45.36%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B082FE (or 0xB082FE) is known color: Medium Purple. HEX triplet: B0, 82 and FE. RGB value is (176,130,254). Sum of RGB (Red+Green+Blue) = 176+130+254=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #B082FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082FE is #4F7D01. Grayscale: #9D9D9D. Windows color (decimal): -5209346 or 16679600. OLE color: 16679600.

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

Color convert

RGB 176 130 254 -
CMYK 0.31 0.49 0 0.00
HSL 262.26º 0.98% 0.75% -
HSV(B) 262.26º 0.49% 1% -
XYZ 43.78 32.35 97.7 -
YUV 157.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 176 130 254 0.31 0.49 0 0.00 262.26 0.98 0.75
Hex B0 82 FE 1F 31 0 0 106 62 4B
Octal 260 202 376 37 61 0 0 406 142 113
Binary 10110000 10000010 11111110 11111 110001 0 0 100000110 1100010 1001011

Color Harmonies of #B082FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082FE

Black with #B082FE

Text Example


Text Example

White with #B082FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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