Html Css Color HEX #B96FB2 Fuchsia

📋 copy color: '#B96FB2'

red 185 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #B96FB2

Tints of Fuchsia #B96FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 39.03%
G = 23.42%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B96FB2 (or 0xB96FB2) is known color: Fuchsia. HEX triplet: B9, 6F and B2. RGB value is (185,111,178). Sum of RGB (Red+Green+Blue) = 185+111+178=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FB2 is #46904D. Grayscale: #8C8C8C. Windows color (decimal): -4624462 or 11694009. OLE color: 11694009.

HSL color Cylindrical-coordinate representation of color #B96FB2: hue angle of 305.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96FB2 is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 178 -
CMYK 0 0.4 0.04 0.27
HSL 305.68º 0.35% 0.58% -
HSV(B) 305.68º 0.4% 0.73% -
XYZ 33.73 24.9 45.15 -
YUV 140.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 185 111 178 0 0.4 0.04 0.27 305.68 0.35 0.58
Hex B9 6F B2 0 28 4 1B 132 23 3A
Octal 271 157 262 0 50 4 33 462 43 72
Binary 10111001 1101111 10110010 0 101000 100 11011 100110010 100011 111010

Color Harmonies of #B96FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FB2

Black with #B96FB2

Text Example


Text Example

White with #B96FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FB2; }

 p { color: rgb(185,111,178); }

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

background-color css

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

 a { background-color: rgb(185,111,178); }

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

border-color css

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

 span { border-color: rgb(185,111,178); }

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