Html Css Color HEX #B961C1 Fuchsia

📋 copy color: '#B961C1'

red 185 ◦ green 97 ◦ blue 193

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

Shades of Fuchsia #B961C1

Tints of Fuchsia #B961C1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.42%

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 38.95%
G = 20.42%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B961C1 (or 0xB961C1) is known color: Fuchsia. HEX triplet: B9, 61 and C1. RGB value is (185,97,193). Sum of RGB (Red+Green+Blue) = 185+97+193=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #B961C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C1 is #469E3E. Grayscale: #858585. Windows color (decimal): -4628031 or 12673465. OLE color: 12673465.

HSL color Cylindrical-coordinate representation of color #B961C1: hue angle of 295º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B961C1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 97 193 -
CMYK 0.04 0.50 0 0.24
HSL 295º 0.44% 0.57% -
HSV(B) 295º 0.5% 0.76% -
XYZ 33.91 22.71 53.05 -
YUV 134.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 185 97 193 0.04 0.50 0 0.24 295 0.44 0.57
Hex B9 61 C1 4 32 0 18 127 2C 39
Octal 271 141 301 4 62 0 30 447 54 71
Binary 10111001 1100001 11000001 100 110010 0 11000 100100111 101100 111001

Color Harmonies of #B961C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961C1

Black with #B961C1

Text Example


Text Example

White with #B961C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961C1; }

 p { color: rgb(185,97,193); }

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

background-color css

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

 a { background-color: rgb(185,97,193); }

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

border-color css

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

 span { border-color: rgb(185,97,193); }

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