Html Css Color HEX #B96BB4 Fuchsia

📋 copy color: '#B96BB4'

red 185 ◦ green 107 ◦ blue 180

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

Shades of Fuchsia #B96BB4

Tints of Fuchsia #B96BB4

RGB

 RED value IS 185 (72.66% from 255) = 39.19%

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 39.19%
G = 22.67%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B96BB4 (or 0xB96BB4) is known color: Fuchsia. HEX triplet: B9, 6B and B4. RGB value is (185,107,180). Sum of RGB (Red+Green+Blue) = 185+107+180=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BB4 is #46944B. Grayscale: #8A8A8A. Windows color (decimal): -4625484 or 11824057. OLE color: 11824057.

HSL color Cylindrical-coordinate representation of color #B96BB4: hue angle of 303.85º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96BB4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 180 -
CMYK 0 0.42 0.03 0.27
HSL 303.85º 0.36% 0.57% -
HSV(B) 303.85º 0.42% 0.73% -
XYZ 33.5 24.12 46.07 -
YUV 138.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 185 107 180 0 0.42 0.03 0.27 303.85 0.36 0.57
Hex B9 6B B4 0 2A 3 1B 130 24 39
Octal 271 153 264 0 52 3 33 460 44 71
Binary 10111001 1101011 10110100 0 101010 11 11011 100110000 100100 111001

Color Harmonies of #B96BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BB4

Black with #B96BB4

Text Example


Text Example

White with #B96BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BB4; }

 p { color: rgb(185,107,180); }

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

background-color css

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

 a { background-color: rgb(185,107,180); }

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

border-color css

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

 span { border-color: rgb(185,107,180); }

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