Html Css Color HEX #B83AAF Fuchsia

📋 copy color: '#B83AAF'

red 184 ◦ green 58 ◦ blue 175

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

Shades of Fuchsia #B83AAF

Tints of Fuchsia #B83AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 44.12%
G = 13.91%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B83AAF (or 0xB83AAF) is known color: Fuchsia. HEX triplet: B8, 3A and AF. RGB value is (184,58,175). Sum of RGB (Red+Green+Blue) = 184+58+175=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AAF is #47C550. Grayscale: #6C6C6C. Windows color (decimal): -4703569 or 11483832. OLE color: 11483832.

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

Color convert

RGB 184 58 175 -
CMYK 0 0.68 0.05 0.28
HSL 304.29º 0.52% 0.47% -
HSV(B) 304.29º 0.68% 0.72% -
XYZ 29.02 16.31 42.18 -
YUV 109.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 184 58 175 0 0.68 0.05 0.28 304.29 0.52 0.47
Hex B8 3A AF 0 44 5 1C 130 34 2F
Octal 270 72 257 0 104 5 34 460 64 57
Binary 10111000 111010 10101111 0 1000100 101 11100 100110000 110100 101111

Color Harmonies of #B83AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AAF

Black with #B83AAF

Text Example


Text Example

White with #B83AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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