Html Css Color HEX #B82FAB Fuchsia

📋 copy color: '#B82FAB'

red 184 ◦ green 47 ◦ blue 171

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

Shades of Fuchsia #B82FAB

Tints of Fuchsia #B82FAB

RGB

 RED value IS 184 (72.27% from 255) = 45.77%

 GREEN value IS 47 (18.75% from 255) = 11.69%

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 45.77%
G = 11.69%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B82FAB (or 0xB82FAB) is known color: Fuchsia. HEX triplet: B8, 2F and AB. RGB value is (184,47,171). Sum of RGB (Red+Green+Blue) = 184+47+171=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B82FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82FAB is #47D054. Grayscale: #656565. Windows color (decimal): -4706389 or 11218872. OLE color: 11218872.

HSL color Cylindrical-coordinate representation of color #B82FAB: hue angle of 305.69º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82FAB is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 47 171 -
CMYK 0 0.74 0.07 0.28
HSL 305.69º 0.59% 0.45% -
HSV(B) 305.69º 0.74% 0.72% -
XYZ 28.13 15.16 39.97 -
YUV 102.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 184 47 171 0 0.74 0.07 0.28 305.69 0.59 0.45
Hex B8 2F AB 0 4A 7 1C 132 3B 2D
Octal 270 57 253 0 112 7 34 462 73 55
Binary 10111000 101111 10101011 0 1001010 111 11100 100110010 111011 101101

Color Harmonies of #B82FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FAB

Black with #B82FAB

Text Example


Text Example

White with #B82FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FAB; }

 p { color: rgb(184,47,171); }

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

background-color css

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

 a { background-color: rgb(184,47,171); }

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

border-color css

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

 span { border-color: rgb(184,47,171); }

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