Html Css Color HEX #B95CAE Fuchsia

📋 copy color: '#B95CAE'

red 185 ◦ green 92 ◦ blue 174

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

Shades of Fuchsia #B95CAE

Tints of Fuchsia #B95CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 41.02%
G = 20.4%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B95CAE (or 0xB95CAE) is known color: Fuchsia. HEX triplet: B9, 5C and AE. RGB value is (185,92,174). Sum of RGB (Red+Green+Blue) = 185+92+174=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CAE is #46A351. Grayscale: #808080. Windows color (decimal): -4629330 or 11427001. OLE color: 11427001.

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

Color convert

RGB 185 92 174 -
CMYK 0 0.50 0.06 0.27
HSL 307.1º 0.4% 0.54% -
HSV(B) 307.1º 0.5% 0.73% -
XYZ 31.47 21.02 42.44 -
YUV 129.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 185 92 174 0 0.50 0.06 0.27 307.1 0.4 0.54
Hex B9 5C AE 0 32 6 1B 133 28 36
Octal 271 134 256 0 62 6 33 463 50 66
Binary 10111001 1011100 10101110 0 110010 110 11011 100110011 101000 110110

Color Harmonies of #B95CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CAE

Black with #B95CAE

Text Example


Text Example

White with #B95CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CAE; }

 p { color: rgb(185,92,174); }

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

background-color css

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

 a { background-color: rgb(185,92,174); }

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

border-color css

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

 span { border-color: rgb(185,92,174); }

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