Html Css Color HEX #B83CAA Fuchsia

📋 copy color: '#B83CAA'

red 184 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #B83CAA

Tints of Fuchsia #B83CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

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

R = 44.44%
G = 14.49%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B83CAA (or 0xB83CAA) is known color: Fuchsia. HEX triplet: B8, 3C and AA. RGB value is (184,60,170). Sum of RGB (Red+Green+Blue) = 184+60+170=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B83CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83CAA is #47C355. Grayscale: #6D6D6D. Windows color (decimal): -4703062 or 11156664. OLE color: 11156664.

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

Color convert

RGB 184 60 170 -
CMYK 0 0.67 0.08 0.28
HSL 306.77º 0.51% 0.48% -
HSV(B) 306.77º 0.67% 0.72% -
XYZ 28.64 16.32 39.67 -
YUV 109.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 184 60 170 0 0.67 0.08 0.28 306.77 0.51 0.48
Hex B8 3C AA 0 43 8 1C 133 33 30
Octal 270 74 252 0 103 10 34 463 63 60
Binary 10111000 111100 10101010 0 1000011 1000 11100 100110011 110011 110000

Color Harmonies of #B83CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CAA

Black with #B83CAA

Text Example


Text Example

White with #B83CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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