Html Css Color HEX #B154C0 Fuchsia

📋 copy color: '#B154C0'

red 177 ◦ green 84 ◦ blue 192

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

Shades of Fuchsia #B154C0

Tints of Fuchsia #B154C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 39.07%
G = 18.54%
B = 42.38%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B154C0 (or 0xB154C0) is known color: Fuchsia. HEX triplet: B1, 54 and C0. RGB value is (177,84,192). Sum of RGB (Red+Green+Blue) = 177+84+192=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B154C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154C0 is #4EAB3F. Grayscale: #7B7B7B. Windows color (decimal): -5155648 or 12604593. OLE color: 12604593.

HSL color Cylindrical-coordinate representation of color #B154C0: hue angle of 291.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B154C0 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 84 192 -
CMYK 0.08 0.56 0 0.25
HSL 291.67º 0.46% 0.54% -
HSV(B) 291.67º 0.56% 0.75% -
XYZ 30.82 19.49 52.01 -
YUV 124.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 177 84 192 0.08 0.56 0 0.25 291.67 0.46 0.54
Hex B1 54 C0 8 38 0 19 124 2E 36
Octal 261 124 300 10 70 0 31 444 56 66
Binary 10110001 1010100 11000000 1000 111000 0 11001 100100100 101110 110110

Color Harmonies of #B154C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154C0

Black with #B154C0

Text Example


Text Example

White with #B154C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154C0; }

 p { color: rgb(177,84,192); }

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

background-color css

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

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

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

border-color css

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

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

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