Html Css Color HEX #B134AF Fuchsia

📋 copy color: '#B134AF'

red 177 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #B134AF

Tints of Fuchsia #B134AF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

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

R = 43.81%
G = 12.87%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B134AF (or 0xB134AF) is known color: Fuchsia. HEX triplet: B1, 34 and AF. RGB value is (177,52,175). Sum of RGB (Red+Green+Blue) = 177+52+175=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B134AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B134AF is #4ECB50. Grayscale: #676767. Windows color (decimal): -5163857 or 11482289. OLE color: 11482289.

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

Color convert

RGB 177 52 175 -
CMYK 0 0.71 0.01 0.31
HSL 300.96º 0.55% 0.45% -
HSV(B) 300.96º 0.71% 0.69% -
XYZ 27.1 14.9 42 -
YUV 103.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 177 52 175 0 0.71 0.01 0.31 300.96 0.55 0.45
Hex B1 34 AF 0 47 1 1F 12D 37 2D
Octal 261 64 257 0 107 1 37 455 67 55
Binary 10110001 110100 10101111 0 1000111 1 11111 100101101 110111 101101

Color Harmonies of #B134AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B134AF

Black with #B134AF

Text Example


Text Example

White with #B134AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B134AF; }

 p { color: rgb(177,52,175); }

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

background-color css

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

 a { background-color: rgb(177,52,175); }

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

border-color css

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

 span { border-color: rgb(177,52,175); }

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