Html Css Color HEX #B83AAA Fuchsia

📋 copy color: '#B83AAA'

red 184 ◦ green 58 ◦ blue 170

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

Shades of Fuchsia #B83AAA

Tints of Fuchsia #B83AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.08%

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

R = 44.66%
G = 14.08%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B83AAA (or 0xB83AAA) is known color: Fuchsia. HEX triplet: B8, 3A and AA. RGB value is (184,58,170). Sum of RGB (Red+Green+Blue) = 184+58+170=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AAA is #47C555. Grayscale: #6C6C6C. Windows color (decimal): -4703574 or 11156152. OLE color: 11156152.

HSL color Cylindrical-coordinate representation of color #B83AAA: hue angle of 306.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83AAA is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 170 -
CMYK 0 0.68 0.08 0.28
HSL 306.67º 0.52% 0.47% -
HSV(B) 306.67º 0.68% 0.72% -
XYZ 28.54 16.12 39.64 -
YUV 108.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 184 58 170 0 0.68 0.08 0.28 306.67 0.52 0.47
Hex B8 3A AA 0 44 8 1C 133 34 2F
Octal 270 72 252 0 104 10 34 463 64 57
Binary 10111000 111010 10101010 0 1000100 1000 11100 100110011 110100 101111

Color Harmonies of #B83AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AAA

Black with #B83AAA

Text Example


Text Example

White with #B83AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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