Html Css Color HEX #B136BA Fuchsia

📋 copy color: '#B136BA'

red 177 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #B136BA

Tints of Fuchsia #B136BA

RGB

 RED value IS 177 (69.53% from 255) = 42.45%

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

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

R = 42.45%
G = 12.95%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B136BA (or 0xB136BA) is known color: Fuchsia. HEX triplet: B1, 36 and BA. RGB value is (177,54,186). Sum of RGB (Red+Green+Blue) = 177+54+186=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B136BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136BA is #4EC945. Grayscale: #696969. Windows color (decimal): -5163334 or 12203697. OLE color: 12203697.

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

Color convert

RGB 177 54 186 -
CMYK 0.05 0.71 0 0.27
HSL 295.91º 0.55% 0.47% -
HSV(B) 295.91º 0.71% 0.73% -
XYZ 28.31 15.53 47.96 -
YUV 105.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 177 54 186 0.05 0.71 0 0.27 295.91 0.55 0.47
Hex B1 36 BA 5 47 0 1B 128 37 2F
Octal 261 66 272 5 107 0 33 450 67 57
Binary 10110001 110110 10111010 101 1000111 0 11011 100101000 110111 101111

Color Harmonies of #B136BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136BA

Black with #B136BA

Text Example


Text Example

White with #B136BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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