Html Css Color HEX #B95AB2 Fuchsia

📋 copy color: '#B95AB2'

red 185 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #B95AB2

Tints of Fuchsia #B95AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

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

R = 40.84%
G = 19.87%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B95AB2 (or 0xB95AB2) is known color: Fuchsia. HEX triplet: B9, 5A and B2. RGB value is (185,90,178). Sum of RGB (Red+Green+Blue) = 185+90+178=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AB2 is #46A54D. Grayscale: #808080. Windows color (decimal): -4629838 or 11688633. OLE color: 11688633.

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

Color convert

RGB 185 90 178 -
CMYK 0 0.51 0.04 0.27
HSL 304.42º 0.4% 0.54% -
HSV(B) 304.42º 0.51% 0.73% -
XYZ 31.7 20.84 44.47 -
YUV 128.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 185 90 178 0 0.51 0.04 0.27 304.42 0.4 0.54
Hex B9 5A B2 0 33 4 1B 130 28 36
Octal 271 132 262 0 63 4 33 460 50 66
Binary 10111001 1011010 10110010 0 110011 100 11011 100110000 101000 110110

Color Harmonies of #B95AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95AB2

Black with #B95AB2

Text Example


Text Example

White with #B95AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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