Html Css Color HEX #B955C0 Fuchsia

📋 copy color: '#B955C0'

red 185 ◦ green 85 ◦ blue 192

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

Shades of Fuchsia #B955C0

Tints of Fuchsia #B955C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 40.04%
G = 18.4%
B = 41.56%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B955C0 (or 0xB955C0) is known color: Fuchsia. HEX triplet: B9, 55 and C0. RGB value is (185,85,192). Sum of RGB (Red+Green+Blue) = 185+85+192=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #B955C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955C0 is #46AA3F. Grayscale: #7E7E7E. Windows color (decimal): -4631104 or 12604857. OLE color: 12604857.

HSL color Cylindrical-coordinate representation of color #B955C0: hue angle of 296.07º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B955C0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 85 192 -
CMYK 0.04 0.56 0 0.25
HSL 296.07º 0.46% 0.54% -
HSV(B) 296.07º 0.56% 0.75% -
XYZ 32.77 20.62 52.12 -
YUV 127.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 185 85 192 0.04 0.56 0 0.25 296.07 0.46 0.54
Hex B9 55 C0 4 38 0 19 128 2E 36
Octal 271 125 300 4 70 0 31 450 56 66
Binary 10111001 1010101 11000000 100 111000 0 11001 100101000 101110 110110

Color Harmonies of #B955C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955C0

Black with #B955C0

Text Example


Text Example

White with #B955C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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