Html Css Color HEX #B830AC Fuchsia

📋 copy color: '#B830AC'

red 184 ◦ green 48 ◦ blue 172

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

Shades of Fuchsia #B830AC

Tints of Fuchsia #B830AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.88%

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

R = 45.54%
G = 11.88%
B = 42.57%

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

#B830AC (or 0xB830AC) is known color: Fuchsia. HEX triplet: B8, 30 and AC. RGB value is (184,48,172). Sum of RGB (Red+Green+Blue) = 184+48+172=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B830AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B830AC is #47CF53. Grayscale: #666666. Windows color (decimal): -4706132 or 11284664. OLE color: 11284664.

HSL color Cylindrical-coordinate representation of color #B830AC: hue angle of 305.29º 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 #B830AC is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 172 -
CMYK 0 0.74 0.07 0.28
HSL 305.29º 0.59% 0.45% -
HSV(B) 305.29º 0.74% 0.72% -
XYZ 28.27 15.28 40.49 -
YUV 102.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 184 48 172 0 0.74 0.07 0.28 305.29 0.59 0.45
Hex B8 30 AC 0 4A 7 1C 131 3B 2D
Octal 270 60 254 0 112 7 34 461 73 55
Binary 10111000 110000 10101100 0 1001010 111 11100 100110001 111011 101101

Color Harmonies of #B830AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830AC

Black with #B830AC

Text Example


Text Example

White with #B830AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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