Html Css Color HEX #B955BC Fuchsia

📋 copy color: '#B955BC'

red 185 ◦ green 85 ◦ blue 188

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

Shades of Fuchsia #B955BC

Tints of Fuchsia #B955BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 40.39%
G = 18.56%
B = 41.05%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B955BC (or 0xB955BC) is known color: Fuchsia. HEX triplet: B9, 55 and BC. RGB value is (185,85,188). Sum of RGB (Red+Green+Blue) = 185+85+188=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #B955BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955BC is #46AA43. Grayscale: #7E7E7E. Windows color (decimal): -4631108 or 12342713. OLE color: 12342713.

HSL color Cylindrical-coordinate representation of color #B955BC: hue angle of 298.25º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B955BC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 85 188 -
CMYK 0.02 0.55 0 0.26
HSL 298.25º 0.43% 0.54% -
HSV(B) 298.25º 0.55% 0.74% -
XYZ 32.33 20.44 49.82 -
YUV 126.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 185 85 188 0.02 0.55 0 0.26 298.25 0.43 0.54
Hex B9 55 BC 2 37 0 1A 12A 2B 36
Octal 271 125 274 2 67 0 32 452 53 66
Binary 10111001 1010101 10111100 10 110111 0 11010 100101010 101011 110110

Color Harmonies of #B955BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955BC

Black with #B955BC

Text Example


Text Example

White with #B955BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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