Html Css Color HEX #B834AC Fuchsia

📋 copy color: '#B834AC'

red 184 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #B834AC

Tints of Fuchsia #B834AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.75%

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

R = 45.1%
G = 12.75%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B834AC (or 0xB834AC) is known color: Fuchsia. HEX triplet: B8, 34 and AC. RGB value is (184,52,172). Sum of RGB (Red+Green+Blue) = 184+52+172=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B834AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B834AC is #47CB53. Grayscale: #686868. Windows color (decimal): -4705108 or 11285688. OLE color: 11285688.

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

Color convert

RGB 184 52 172 -
CMYK 0 0.72 0.07 0.28
HSL 305.45º 0.56% 0.46% -
HSV(B) 305.45º 0.72% 0.72% -
XYZ 28.44 15.62 40.55 -
YUV 105.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 184 52 172 0 0.72 0.07 0.28 305.45 0.56 0.46
Hex B8 34 AC 0 48 7 1C 131 38 2E
Octal 270 64 254 0 110 7 34 461 70 56
Binary 10111000 110100 10101100 0 1001000 111 11100 100110001 111000 101110

Color Harmonies of #B834AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834AC

Black with #B834AC

Text Example


Text Example

White with #B834AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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