Html Css Color HEX #B83AAB Fuchsia

📋 copy color: '#B83AAB'

red 184 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #B83AAB

Tints of Fuchsia #B83AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 44.55%
G = 14.04%
B = 41.4%

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

#B83AAB (or 0xB83AAB) is known color: Fuchsia. HEX triplet: B8, 3A and AB. RGB value is (184,58,171). Sum of RGB (Red+Green+Blue) = 184+58+171=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AAB is #47C554. Grayscale: #6C6C6C. Windows color (decimal): -4703573 or 11221688. OLE color: 11221688.

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

Color convert

RGB 184 58 171 -
CMYK 0 0.68 0.07 0.28
HSL 306.19º 0.52% 0.47% -
HSV(B) 306.19º 0.68% 0.72% -
XYZ 28.63 16.16 40.14 -
YUV 108.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 184 58 171 0 0.68 0.07 0.28 306.19 0.52 0.47
Hex B8 3A AB 0 44 7 1C 132 34 2F
Octal 270 72 253 0 104 7 34 462 64 57
Binary 10111000 111010 10101011 0 1000100 111 11100 100110010 110100 101111

Color Harmonies of #B83AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AAB

Black with #B83AAB

Text Example


Text Example

White with #B83AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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