Html Css Color HEX #B135B1 Fuchsia

📋 copy color: '#B135B1'

red 177 ◦ green 53 ◦ blue 177

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

Shades of Fuchsia #B135B1

Tints of Fuchsia #B135B1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.02%

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 43.49%
G = 13.02%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B135B1 (or 0xB135B1) is known color: Fuchsia. HEX triplet: B1, 35 and B1. RGB value is (177,53,177). Sum of RGB (Red+Green+Blue) = 177+53+177=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B135B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135B1 is #4ECA4E. Grayscale: #676767. Windows color (decimal): -5163599 or 11613617. OLE color: 11613617.

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

Color convert

RGB 177 53 177 -
CMYK 0 0.70 0 0.31
HSL 300º 0.54% 0.45% -
HSV(B) 300º 0.7% 0.69% -
XYZ 27.34 15.07 43.06 -
YUV 104.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 177 53 177 0 0.70 0 0.31 300 0.54 0.45
Hex B1 35 B1 0 46 0 1F 12C 36 2D
Octal 261 65 261 0 106 0 37 454 66 55
Binary 10110001 110101 10110001 0 1000110 0 11111 100101100 110110 101101

Color Harmonies of #B135B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135B1

Black with #B135B1

Text Example


Text Example

White with #B135B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135B1; }

 p { color: rgb(177,53,177); }

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

background-color css

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

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

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

border-color css

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

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

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