Html Css Color HEX #B082FC Medium Purple

📋 copy color: '#B082FC'

red 176 ◦ green 130 ◦ blue 252

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

Shades of Medium Purple #B082FC

Tints of Medium Purple #B082FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 31.54%
G = 23.3%
B = 45.16%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B082FC (or 0xB082FC) is known color: Medium Purple. HEX triplet: B0, 82 and FC. RGB value is (176,130,252). Sum of RGB (Red+Green+Blue) = 176+130+252=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #B082FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082FC is #4F7D03. Grayscale: #9D9D9D. Windows color (decimal): -5209348 or 16548528. OLE color: 16548528.

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

Color convert

RGB 176 130 252 -
CMYK 0.30 0.48 0 0.01
HSL 262.62º 0.95% 0.75% -
HSV(B) 262.62º 0.48% 0.99% -
XYZ 43.46 32.22 96.02 -
YUV 157.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 176 130 252 0.30 0.48 0 0.01 262.62 0.95 0.75
Hex B0 82 FC 1E 30 0 1 107 5F 4B
Octal 260 202 374 36 60 0 1 407 137 113
Binary 10110000 10000010 11111100 11110 110000 0 1 100000111 1011111 1001011

Color Harmonies of #B082FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082FC

Black with #B082FC

Text Example


Text Example

White with #B082FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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