Html Css Color HEX #B15ABE Fuchsia

📋 copy color: '#B15ABE'

red 177 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #B15ABE

Tints of Fuchsia #B15ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 38.73%
G = 19.69%
B = 41.58%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B15ABE (or 0xB15ABE) is known color: Fuchsia. HEX triplet: B1, 5A and BE. RGB value is (177,90,190). Sum of RGB (Red+Green+Blue) = 177+90+190=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #B15ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ABE is #4EA541. Grayscale: #7F7F7F. Windows color (decimal): -5154114 or 12475057. OLE color: 12475057.

HSL color Cylindrical-coordinate representation of color #B15ABE: hue angle of 292.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15ABE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 90 190 -
CMYK 0.07 0.53 0 0.25
HSL 292.2º 0.43% 0.55% -
HSV(B) 292.2º 0.53% 0.75% -
XYZ 31.08 20.38 51.01 -
YUV 127.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 177 90 190 0.07 0.53 0 0.25 292.2 0.43 0.55
Hex B1 5A BE 7 35 0 19 124 2B 37
Octal 261 132 276 7 65 0 31 444 53 67
Binary 10110001 1011010 10111110 111 110101 0 11001 100100100 101011 110111

Color Harmonies of #B15ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15ABE

Black with #B15ABE

Text Example


Text Example

White with #B15ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15ABE; }

 p { color: rgb(177,90,190); }

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

background-color css

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

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

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

border-color css

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

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

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