Html Css Color HEX #B95EAE Fuchsia

📋 copy color: '#B95EAE'

red 185 ◦ green 94 ◦ blue 174

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

Shades of Fuchsia #B95EAE

Tints of Fuchsia #B95EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.75%

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

R = 40.84%
G = 20.75%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B95EAE (or 0xB95EAE) is known color: Fuchsia. HEX triplet: B9, 5E and AE. RGB value is (185,94,174). Sum of RGB (Red+Green+Blue) = 185+94+174=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EAE is #46A151. Grayscale: #828282. Windows color (decimal): -4628818 or 11427513. OLE color: 11427513.

HSL color Cylindrical-coordinate representation of color #B95EAE: hue angle of 307.25º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95EAE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 94 174 -
CMYK 0 0.49 0.06 0.27
HSL 307.25º 0.39% 0.55% -
HSV(B) 307.25º 0.49% 0.73% -
XYZ 31.65 21.38 42.5 -
YUV 130.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 185 94 174 0 0.49 0.06 0.27 307.25 0.39 0.55
Hex B9 5E AE 0 31 6 1B 133 27 37
Octal 271 136 256 0 61 6 33 463 47 67
Binary 10111001 1011110 10101110 0 110001 110 11011 100110011 100111 110111

Color Harmonies of #B95EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EAE

Black with #B95EAE

Text Example


Text Example

White with #B95EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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