Html Css Color HEX #B950A4 Fuchsia

📋 copy color: '#B950A4'

red 185 ◦ green 80 ◦ blue 164

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

Shades of Fuchsia #B950A4

Tints of Fuchsia #B950A4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 164 (64.45% from 255) = 38.23%

R = 43.12%
G = 18.65%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B950A4 (or 0xB950A4) is known color: Fuchsia. HEX triplet: B9, 50 and A4. RGB value is (185,80,164). Sum of RGB (Red+Green+Blue) = 185+80+164=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B950A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950A4 is #46AF5B. Grayscale: #787878. Windows color (decimal): -4632412 or 10768569. OLE color: 10768569.

HSL color Cylindrical-coordinate representation of color #B950A4: hue angle of 312º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B950A4 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 164 -
CMYK 0 0.57 0.11 0.27
HSL 312º 0.43% 0.52% -
HSV(B) 312º 0.57% 0.73% -
XYZ 29.58 18.73 37.18 -
YUV 120.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 185 80 164 0 0.57 0.11 0.27 312 0.43 0.52
Hex B9 50 A4 0 39 B 1B 138 2B 34
Octal 271 120 244 0 71 13 33 470 53 64
Binary 10111001 1010000 10100100 0 111001 1011 11011 100111000 101011 110100

Color Harmonies of #B950A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950A4

Black with #B950A4

Text Example


Text Example

White with #B950A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950A4; }

 p { color: rgb(185,80,164); }

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

background-color css

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

 a { background-color: rgb(185,80,164); }

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

border-color css

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

 span { border-color: rgb(185,80,164); }

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