Html Css Color HEX #B82BAC Fuchsia

📋 copy color: '#B82BAC'

red 184 ◦ green 43 ◦ blue 172

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

Shades of Fuchsia #B82BAC

Tints of Fuchsia #B82BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.78%

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 46.12%
G = 10.78%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B82BAC (or 0xB82BAC) is known color: Fuchsia. HEX triplet: B8, 2B and AC. RGB value is (184,43,172). Sum of RGB (Red+Green+Blue) = 184+43+172=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BAC is #47D453. Grayscale: #636363. Windows color (decimal): -4707412 or 11283384. OLE color: 11283384.

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

Color convert

RGB 184 43 172 -
CMYK 0 0.77 0.07 0.28
HSL 305.11º 0.62% 0.45% -
HSV(B) 305.11º 0.77% 0.72% -
XYZ 28.08 14.9 40.43 -
YUV 99.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 184 43 172 0 0.77 0.07 0.28 305.11 0.62 0.45
Hex B8 2B AC 0 4D 7 1C 131 3E 2D
Octal 270 53 254 0 115 7 34 461 76 55
Binary 10111000 101011 10101100 0 1001101 111 11100 100110001 111110 101101

Color Harmonies of #B82BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BAC

Black with #B82BAC

Text Example


Text Example

White with #B82BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BAC; }

 p { color: rgb(184,43,172); }

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

background-color css

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

 a { background-color: rgb(184,43,172); }

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

border-color css

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

 span { border-color: rgb(184,43,172); }

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