Html Css Color HEX #B82DAE Fuchsia

📋 copy color: '#B82DAE'

red 184 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #B82DAE

Tints of Fuchsia #B82DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 45.66%
G = 11.17%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B82DAE (or 0xB82DAE) is known color: Fuchsia. HEX triplet: B8, 2D and AE. RGB value is (184,45,174). Sum of RGB (Red+Green+Blue) = 184+45+174=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DAE is #47D251. Grayscale: #646464. Windows color (decimal): -4706898 or 11414968. OLE color: 11414968.

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

Color convert

RGB 184 45 174 -
CMYK 0 0.76 0.05 0.28
HSL 304.32º 0.61% 0.45% -
HSV(B) 304.32º 0.76% 0.72% -
XYZ 28.35 15.12 41.47 -
YUV 101.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 184 45 174 0 0.76 0.05 0.28 304.32 0.61 0.45
Hex B8 2D AE 0 4C 5 1C 130 3D 2D
Octal 270 55 256 0 114 5 34 460 75 55
Binary 10111000 101101 10101110 0 1001100 101 11100 100110000 111101 101101

Color Harmonies of #B82DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DAE

Black with #B82DAE

Text Example


Text Example

White with #B82DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DAE; }

 p { color: rgb(184,45,174); }

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

background-color css

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

 a { background-color: rgb(184,45,174); }

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

border-color css

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

 span { border-color: rgb(184,45,174); }

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