Html Css Color HEX #B135BA Fuchsia

📋 copy color: '#B135BA'

red 177 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #B135BA

Tints of Fuchsia #B135BA

RGB

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

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

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

R = 42.55%
G = 12.74%
B = 44.71%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B135BA (or 0xB135BA) is known color: Fuchsia. HEX triplet: B1, 35 and BA. RGB value is (177,53,186). Sum of RGB (Red+Green+Blue) = 177+53+186=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B135BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135BA is #4ECA45. Grayscale: #686868. Windows color (decimal): -5163590 or 12203441. OLE color: 12203441.

HSL color Cylindrical-coordinate representation of color #B135BA: hue angle of 295.94º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B135BA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 53 186 -
CMYK 0.05 0.72 0 0.27
HSL 295.94º 0.56% 0.47% -
HSV(B) 295.94º 0.72% 0.73% -
XYZ 28.27 15.44 47.94 -
YUV 105.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 177 53 186 0.05 0.72 0 0.27 295.94 0.56 0.47
Hex B1 35 BA 5 48 0 1B 128 38 2F
Octal 261 65 272 5 110 0 33 450 70 57
Binary 10110001 110101 10111010 101 1001000 0 11011 100101000 111000 101111

Color Harmonies of #B135BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135BA

Black with #B135BA

Text Example


Text Example

White with #B135BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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