Html Css Color HEX #B83FAC Fuchsia

📋 copy color: '#B83FAC'

red 184 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #B83FAC

Tints of Fuchsia #B83FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.04%

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

R = 43.91%
G = 15.04%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B83FAC (or 0xB83FAC) is known color: Fuchsia. HEX triplet: B8, 3F and AC. RGB value is (184,63,172). Sum of RGB (Red+Green+Blue) = 184+63+172=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B83FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83FAC is #47C053. Grayscale: #6F6F6F. Windows color (decimal): -4702292 or 11288504. OLE color: 11288504.

HSL color Cylindrical-coordinate representation of color #B83FAC: hue angle of 305.95º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83FAC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 63 172 -
CMYK 0 0.66 0.07 0.28
HSL 305.95º 0.49% 0.48% -
HSV(B) 305.95º 0.66% 0.72% -
XYZ 28.99 16.72 40.73 -
YUV 111.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 184 63 172 0 0.66 0.07 0.28 305.95 0.49 0.48
Hex B8 3F AC 0 42 7 1C 132 31 30
Octal 270 77 254 0 102 7 34 462 61 60
Binary 10111000 111111 10101100 0 1000010 111 11100 100110010 110001 110000

Color Harmonies of #B83FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FAC

Black with #B83FAC

Text Example


Text Example

White with #B83FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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