Html Css Color HEX #B13EBA Fuchsia

📋 copy color: '#B13EBA'

red 177 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #B13EBA

Tints of Fuchsia #B13EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.59%

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

R = 41.65%
G = 14.59%
B = 43.76%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B13EBA (or 0xB13EBA) is known color: Fuchsia. HEX triplet: B1, 3E and BA. RGB value is (177,62,186). Sum of RGB (Red+Green+Blue) = 177+62+186=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #B13EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EBA is #4EC145. Grayscale: #6E6E6E. Windows color (decimal): -5161286 or 12205745. OLE color: 12205745.

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

Color convert

RGB 177 62 186 -
CMYK 0.05 0.67 0 0.27
HSL 295.65º 0.5% 0.49% -
HSV(B) 295.65º 0.67% 0.73% -
XYZ 28.72 16.34 48.09 -
YUV 110.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 177 62 186 0.05 0.67 0 0.27 295.65 0.5 0.49
Hex B1 3E BA 5 43 0 1B 128 32 31
Octal 261 76 272 5 103 0 33 450 62 61
Binary 10110001 111110 10111010 101 1000011 0 11011 100101000 110010 110001

Color Harmonies of #B13EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EBA

Black with #B13EBA

Text Example


Text Example

White with #B13EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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