Html Css Color HEX #B153C0 Fuchsia

📋 copy color: '#B153C0'

red 177 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #B153C0

Tints of Fuchsia #B153C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

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

R = 39.16%
G = 18.36%
B = 42.48%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B153C0 (or 0xB153C0) is known color: Fuchsia. HEX triplet: B1, 53 and C0. RGB value is (177,83,192). Sum of RGB (Red+Green+Blue) = 177+83+192=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #B153C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153C0 is #4EAC3F. Grayscale: #7B7B7B. Windows color (decimal): -5155904 or 12604337. OLE color: 12604337.

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

Color convert

RGB 177 83 192 -
CMYK 0.08 0.57 0 0.25
HSL 291.74º 0.46% 0.54% -
HSV(B) 291.74º 0.57% 0.75% -
XYZ 30.74 19.34 51.98 -
YUV 123.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 177 83 192 0.08 0.57 0 0.25 291.74 0.46 0.54
Hex B1 53 C0 8 39 0 19 124 2E 36
Octal 261 123 300 10 71 0 31 444 56 66
Binary 10110001 1010011 11000000 1000 111001 0 11001 100100100 101110 110110

Color Harmonies of #B153C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153C0

Black with #B153C0

Text Example


Text Example

White with #B153C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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