Html Css Color HEX #B955B2 Fuchsia

📋 copy color: '#B955B2'

red 185 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #B955B2

Tints of Fuchsia #B955B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.97%

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

R = 41.29%
G = 18.97%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B955B2 (or 0xB955B2) is known color: Fuchsia. HEX triplet: B9, 55 and B2. RGB value is (185,85,178). Sum of RGB (Red+Green+Blue) = 185+85+178=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B955B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B955B2 is #46AA4D. Grayscale: #7D7D7D. Windows color (decimal): -4631118 or 11687353. OLE color: 11687353.

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

Color convert

RGB 185 85 178 -
CMYK 0 0.54 0.04 0.27
HSL 304.2º 0.42% 0.53% -
HSV(B) 304.2º 0.54% 0.73% -
XYZ 31.29 20.03 44.34 -
YUV 125.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 185 85 178 0 0.54 0.04 0.27 304.2 0.42 0.53
Hex B9 55 B2 0 36 4 1B 130 2A 35
Octal 271 125 262 0 66 4 33 460 52 65
Binary 10111001 1010101 10110010 0 110110 100 11011 100110000 101010 110101

Color Harmonies of #B955B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955B2

Black with #B955B2

Text Example


Text Example

White with #B955B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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