Html Css Color HEX #B136B5 Fuchsia

📋 copy color: '#B136B5'

red 177 ◦ green 54 ◦ blue 181

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

Shades of Fuchsia #B136B5

Tints of Fuchsia #B136B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 42.96%
G = 13.11%
B = 43.93%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B136B5 (or 0xB136B5) is known color: Fuchsia. HEX triplet: B1, 36 and B5. RGB value is (177,54,181). Sum of RGB (Red+Green+Blue) = 177+54+181=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #B136B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136B5 is #4EC94A. Grayscale: #686868. Windows color (decimal): -5163339 or 11876017. OLE color: 11876017.

HSL color Cylindrical-coordinate representation of color #B136B5: hue angle of 298.11º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B136B5 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 54 181 -
CMYK 0.02 0.70 0 0.29
HSL 298.11º 0.54% 0.46% -
HSV(B) 298.11º 0.7% 0.71% -
XYZ 27.79 15.32 45.21 -
YUV 105.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 177 54 181 0.02 0.70 0 0.29 298.11 0.54 0.46
Hex B1 36 B5 2 46 0 1D 12A 36 2E
Octal 261 66 265 2 106 0 35 452 66 56
Binary 10110001 110110 10110101 10 1000110 0 11101 100101010 110110 101110

Color Harmonies of #B136B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136B5

Black with #B136B5

Text Example


Text Example

White with #B136B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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