Html Css Color HEX #B153BC Fuchsia

📋 copy color: '#B153BC'

red 177 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #B153BC

Tints of Fuchsia #B153BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 39.51%
G = 18.53%
B = 41.96%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B153BC (or 0xB153BC) is known color: Fuchsia. HEX triplet: B1, 53 and BC. RGB value is (177,83,188). Sum of RGB (Red+Green+Blue) = 177+83+188=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #B153BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153BC is #4EAC43. Grayscale: #7A7A7A. Windows color (decimal): -5155908 or 12342193. OLE color: 12342193.

HSL color Cylindrical-coordinate representation of color #B153BC: hue angle of 293.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B153BC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 83 188 -
CMYK 0.06 0.56 0 0.26
HSL 293.71º 0.44% 0.53% -
HSV(B) 293.71º 0.56% 0.74% -
XYZ 30.3 19.16 49.68 -
YUV 123.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 177 83 188 0.06 0.56 0 0.26 293.71 0.44 0.53
Hex B1 53 BC 6 38 0 1A 126 2C 35
Octal 261 123 274 6 70 0 32 446 54 65
Binary 10110001 1010011 10111100 110 111000 0 11010 100100110 101100 110101

Color Harmonies of #B153BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153BC

Black with #B153BC

Text Example


Text Example

White with #B153BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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