Html Css Color HEX #B96FB3 Fuchsia

📋 copy color: '#B96FB3'

red 185 ◦ green 111 ◦ blue 179

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

Shades of Fuchsia #B96FB3

Tints of Fuchsia #B96FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 38.95%
G = 23.37%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B96FB3 (or 0xB96FB3) is known color: Fuchsia. HEX triplet: B9, 6F and B3. RGB value is (185,111,179). Sum of RGB (Red+Green+Blue) = 185+111+179=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FB3 is #46904C. Grayscale: #8C8C8C. Windows color (decimal): -4624461 or 11759545. OLE color: 11759545.

HSL color Cylindrical-coordinate representation of color #B96FB3: hue angle of 304.86º 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 #B96FB3 is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 179 -
CMYK 0 0.4 0.03 0.27
HSL 304.86º 0.35% 0.58% -
HSV(B) 304.86º 0.4% 0.73% -
XYZ 33.83 24.94 45.68 -
YUV 140.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 185 111 179 0 0.4 0.03 0.27 304.86 0.35 0.58
Hex B9 6F B3 0 28 3 1B 131 23 3A
Octal 271 157 263 0 50 3 33 461 43 72
Binary 10111001 1101111 10110011 0 101000 11 11011 100110001 100011 111010

Color Harmonies of #B96FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FB3

Black with #B96FB3

Text Example


Text Example

White with #B96FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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