Html Css Color HEX #B836BA Fuchsia

📋 copy color: '#B836BA'

red 184 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #B836BA

Tints of Fuchsia #B836BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 43.4%
G = 12.74%
B = 43.87%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B836BA (or 0xB836BA) is known color: Fuchsia. HEX triplet: B8, 36 and BA. RGB value is (184,54,186). Sum of RGB (Red+Green+Blue) = 184+54+186=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #B836BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836BA is #47C945. Grayscale: #6B6B6B. Windows color (decimal): -4704582 or 12203704. OLE color: 12203704.

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

Color convert

RGB 184 54 186 -
CMYK 0.01 0.71 0 0.27
HSL 299.09º 0.55% 0.47% -
HSV(B) 299.09º 0.71% 0.73% -
XYZ 29.95 16.37 48.04 -
YUV 107.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 184 54 186 0.01 0.71 0 0.27 299.09 0.55 0.47
Hex B8 36 BA 1 47 0 1B 12B 37 2F
Octal 270 66 272 1 107 0 33 453 67 57
Binary 10111000 110110 10111010 1 1000111 0 11011 100101011 110111 101111

Color Harmonies of #B836BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836BA

Black with #B836BA

Text Example


Text Example

White with #B836BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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