Html Css Color HEX #B836AF Fuchsia

📋 copy color: '#B836AF'

red 184 ◦ green 54 ◦ blue 175

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

Shades of Fuchsia #B836AF

Tints of Fuchsia #B836AF

RGB

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

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

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

R = 44.55%
G = 13.08%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B836AF (or 0xB836AF) is known color: Fuchsia. HEX triplet: B8, 36 and AF. RGB value is (184,54,175). Sum of RGB (Red+Green+Blue) = 184+54+175=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B836AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B836AF is #47C950. Grayscale: #6A6A6A. Windows color (decimal): -4704593 or 11482808. OLE color: 11482808.

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

Color convert

RGB 184 54 175 -
CMYK 0 0.71 0.05 0.28
HSL 304.15º 0.55% 0.47% -
HSV(B) 304.15º 0.71% 0.72% -
XYZ 28.82 15.92 42.11 -
YUV 106.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 184 54 175 0 0.71 0.05 0.28 304.15 0.55 0.47
Hex B8 36 AF 0 47 5 1C 130 37 2F
Octal 270 66 257 0 107 5 34 460 67 57
Binary 10111000 110110 10101111 0 1000111 101 11100 100110000 110111 101111

Color Harmonies of #B836AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836AF

Black with #B836AF

Text Example


Text Example

White with #B836AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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