Html Css Color HEX #B836AA Fuchsia

📋 copy color: '#B836AA'

red 184 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #B836AA

Tints of Fuchsia #B836AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.24%

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

R = 45.1%
G = 13.24%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B836AA (or 0xB836AA) is known color: Fuchsia. HEX triplet: B8, 36 and AA. RGB value is (184,54,170). Sum of RGB (Red+Green+Blue) = 184+54+170=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B836AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B836AA is #47C955. Grayscale: #696969. Windows color (decimal): -4704598 or 11155128. OLE color: 11155128.

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

Color convert

RGB 184 54 170 -
CMYK 0 0.71 0.08 0.28
HSL 306.46º 0.55% 0.47% -
HSV(B) 306.46º 0.71% 0.72% -
XYZ 28.34 15.73 39.57 -
YUV 106.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 184 54 170 0 0.71 0.08 0.28 306.46 0.55 0.47
Hex B8 36 AA 0 47 8 1C 132 37 2F
Octal 270 66 252 0 107 10 34 462 67 57
Binary 10111000 110110 10101010 0 1000111 1000 11100 100110010 110111 101111

Color Harmonies of #B836AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836AA

Black with #B836AA

Text Example


Text Example

White with #B836AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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