Html Css Color HEX #B830AA Fuchsia

📋 copy color: '#B830AA'

red 184 ◦ green 48 ◦ blue 170

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

Shades of Fuchsia #B830AA

Tints of Fuchsia #B830AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 45.77%
G = 11.94%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B830AA (or 0xB830AA) is known color: Fuchsia. HEX triplet: B8, 30 and AA. RGB value is (184,48,170). Sum of RGB (Red+Green+Blue) = 184+48+170=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B830AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B830AA is #47CF55. Grayscale: #666666. Windows color (decimal): -4706134 or 11153592. OLE color: 11153592.

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

Color convert

RGB 184 48 170 -
CMYK 0 0.74 0.08 0.28
HSL 306.18º 0.59% 0.45% -
HSV(B) 306.18º 0.74% 0.72% -
XYZ 28.08 15.21 39.49 -
YUV 102.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 184 48 170 0 0.74 0.08 0.28 306.18 0.59 0.45
Hex B8 30 AA 0 4A 8 1C 132 3B 2D
Octal 270 60 252 0 112 10 34 462 73 55
Binary 10111000 110000 10101010 0 1001010 1000 11100 100110010 111011 101101

Color Harmonies of #B830AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830AA

Black with #B830AA

Text Example


Text Example

White with #B830AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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