Html Css Color HEX #B955C2 Fuchsia

📋 copy color: '#B955C2'

red 185 ◦ green 85 ◦ blue 194

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

Shades of Fuchsia #B955C2

Tints of Fuchsia #B955C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.81%

R = 39.87%
G = 18.32%
B = 41.81%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B955C2 (or 0xB955C2) is known color: Fuchsia. HEX triplet: B9, 55 and C2. RGB value is (185,85,194). Sum of RGB (Red+Green+Blue) = 185+85+194=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #B955C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955C2 is #46AA3D. Grayscale: #7E7E7E. Windows color (decimal): -4631102 or 12735929. OLE color: 12735929.

HSL color Cylindrical-coordinate representation of color #B955C2: hue angle of 295.05º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B955C2 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 85 194 -
CMYK 0.05 0.56 0 0.24
HSL 295.05º 0.47% 0.55% -
HSV(B) 295.05º 0.56% 0.76% -
XYZ 32.99 20.71 53.3 -
YUV 127.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 185 85 194 0.05 0.56 0 0.24 295.05 0.47 0.55
Hex B9 55 C2 5 38 0 18 127 2F 37
Octal 271 125 302 5 70 0 30 447 57 67
Binary 10111001 1010101 11000010 101 111000 0 11000 100100111 101111 110111

Color Harmonies of #B955C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955C2

Black with #B955C2

Text Example


Text Example

White with #B955C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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