Html Css Color HEX #B136A7 Fuchsia

📋 copy color: '#B136A7'

red 177 ◦ green 54 ◦ blue 167

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

Shades of Fuchsia #B136A7

Tints of Fuchsia #B136A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.96%

R = 44.47%
G = 13.57%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B136A7 (or 0xB136A7) is known color: Fuchsia. HEX triplet: B1, 36 and A7. RGB value is (177,54,167). Sum of RGB (Red+Green+Blue) = 177+54+167=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B136A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136A7 is #4EC958. Grayscale: #676767. Windows color (decimal): -5163353 or 10958513. OLE color: 10958513.

HSL color Cylindrical-coordinate representation of color #B136A7: hue angle of 304.88º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B136A7 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 167 -
CMYK 0 0.69 0.06 0.31
HSL 304.88º 0.53% 0.45% -
HSV(B) 304.88º 0.69% 0.69% -
XYZ 26.43 14.78 38.02 -
YUV 103.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 177 54 167 0 0.69 0.06 0.31 304.88 0.53 0.45
Hex B1 36 A7 0 45 6 1F 131 35 2D
Octal 261 66 247 0 105 6 37 461 65 55
Binary 10110001 110110 10100111 0 1000101 110 11111 100110001 110101 101101

Color Harmonies of #B136A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136A7

Black with #B136A7

Text Example


Text Example

White with #B136A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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