Html Css Color HEX #B955B4 Fuchsia

📋 copy color: '#B955B4'

red 185 ◦ green 85 ◦ blue 180

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

Shades of Fuchsia #B955B4

Tints of Fuchsia #B955B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40%

R = 41.11%
G = 18.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B955B4 (or 0xB955B4) is known color: Fuchsia. HEX triplet: B9, 55 and B4. RGB value is (185,85,180). Sum of RGB (Red+Green+Blue) = 185+85+180=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B955B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955B4 is #46AA4B. Grayscale: #7D7D7D. Windows color (decimal): -4631116 or 11818425. OLE color: 11818425.

HSL color Cylindrical-coordinate representation of color #B955B4: hue angle of 303º 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 #B955B4 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 180 -
CMYK 0 0.54 0.03 0.27
HSL 303º 0.42% 0.53% -
HSV(B) 303º 0.54% 0.73% -
XYZ 31.49 20.11 45.4 -
YUV 125.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 185 85 180 0 0.54 0.03 0.27 303 0.42 0.53
Hex B9 55 B4 0 36 3 1B 12F 2A 35
Octal 271 125 264 0 66 3 33 457 52 65
Binary 10111001 1010101 10110100 0 110110 11 11011 100101111 101010 110101

Color Harmonies of #B955B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955B4

Black with #B955B4

Text Example


Text Example

White with #B955B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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