Html Css Color HEX #B153BB Fuchsia

📋 copy color: '#B153BB'

red 177 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #B153BB

Tints of Fuchsia #B153BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 39.6%
G = 18.57%
B = 41.83%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B153BB (or 0xB153BB) is known color: Fuchsia. HEX triplet: B1, 53 and BB. RGB value is (177,83,187). Sum of RGB (Red+Green+Blue) = 177+83+187=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #B153BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153BB is #4EAC44. Grayscale: #7A7A7A. Windows color (decimal): -5155909 or 12276657. OLE color: 12276657.

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

Color convert

RGB 177 83 187 -
CMYK 0.05 0.56 0 0.27
HSL 294.23º 0.43% 0.53% -
HSV(B) 294.23º 0.56% 0.73% -
XYZ 30.19 19.12 49.11 -
YUV 122.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 177 83 187 0.05 0.56 0 0.27 294.23 0.43 0.53
Hex B1 53 BB 5 38 0 1B 126 2B 35
Octal 261 123 273 5 70 0 33 446 53 65
Binary 10110001 1010011 10111011 101 111000 0 11011 100100110 101011 110101

Color Harmonies of #B153BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153BB

Black with #B153BB

Text Example


Text Example

White with #B153BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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