Html Css Color HEX #B83AAC Fuchsia

📋 copy color: '#B83AAC'

red 184 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #B83AAC

Tints of Fuchsia #B83AAC

RGB

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

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

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

R = 44.44%
G = 14.01%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B83AAC (or 0xB83AAC) is known color: Fuchsia. HEX triplet: B8, 3A and AC. RGB value is (184,58,172). Sum of RGB (Red+Green+Blue) = 184+58+172=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AAC is #47C553. Grayscale: #6C6C6C. Windows color (decimal): -4703572 or 11287224. OLE color: 11287224.

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

Color convert

RGB 184 58 172 -
CMYK 0 0.68 0.07 0.28
HSL 305.71º 0.52% 0.47% -
HSV(B) 305.71º 0.68% 0.72% -
XYZ 28.73 16.2 40.64 -
YUV 108.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 184 58 172 0 0.68 0.07 0.28 305.71 0.52 0.47
Hex B8 3A AC 0 44 7 1C 132 34 2F
Octal 270 72 254 0 104 7 34 462 64 57
Binary 10111000 111010 10101100 0 1000100 111 11100 100110010 110100 101111

Color Harmonies of #B83AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AAC

Black with #B83AAC

Text Example


Text Example

White with #B83AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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