Html Css Color HEX #B84BAF Fuchsia

📋 copy color: '#B84BAF'

red 184 ◦ green 75 ◦ blue 175

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

Shades of Fuchsia #B84BAF

Tints of Fuchsia #B84BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 42.4%
G = 17.28%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B84BAF (or 0xB84BAF) is known color: Fuchsia. HEX triplet: B8, 4B and AF. RGB value is (184,75,175). Sum of RGB (Red+Green+Blue) = 184+75+175=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84BAF is #47B450. Grayscale: #767676. Windows color (decimal): -4699217 or 11488184. OLE color: 11488184.

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

Color convert

RGB 184 75 175 -
CMYK 0 0.59 0.05 0.28
HSL 304.95º 0.43% 0.51% -
HSV(B) 304.95º 0.59% 0.72% -
XYZ 30.02 18.32 42.51 -
YUV 118.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 184 75 175 0 0.59 0.05 0.28 304.95 0.43 0.51
Hex B8 4B AF 0 3B 5 1C 131 2B 33
Octal 270 113 257 0 73 5 34 461 53 63
Binary 10111000 1001011 10101111 0 111011 101 11100 100110001 101011 110011

Color Harmonies of #B84BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BAF

Black with #B84BAF

Text Example


Text Example

White with #B84BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BAF; }

 p { color: rgb(184,75,175); }

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

background-color css

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

 a { background-color: rgb(184,75,175); }

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

border-color css

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

 span { border-color: rgb(184,75,175); }

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