Html Css Color HEX #B961B2 Fuchsia

📋 copy color: '#B961B2'

red 185 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #B961B2

Tints of Fuchsia #B961B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 40.22%
G = 21.09%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B961B2 (or 0xB961B2) is known color: Fuchsia. HEX triplet: B9, 61 and B2. RGB value is (185,97,178). Sum of RGB (Red+Green+Blue) = 185+97+178=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B961B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961B2 is #469E4D. Grayscale: #848484. Windows color (decimal): -4628046 or 11690425. OLE color: 11690425.

HSL color Cylindrical-coordinate representation of color #B961B2: hue angle of 304.77º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B961B2 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 178 -
CMYK 0 0.48 0.04 0.27
HSL 304.77º 0.39% 0.55% -
HSV(B) 304.77º 0.48% 0.73% -
XYZ 32.32 22.08 44.68 -
YUV 132.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 185 97 178 0 0.48 0.04 0.27 304.77 0.39 0.55
Hex B9 61 B2 0 30 4 1B 131 27 37
Octal 271 141 262 0 60 4 33 461 47 67
Binary 10111001 1100001 10110010 0 110000 100 11011 100110001 100111 110111

Color Harmonies of #B961B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961B2

Black with #B961B2

Text Example


Text Example

White with #B961B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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