Html Css Color HEX #B661B1 Fuchsia

📋 copy color: '#B661B1'

red 182 ◦ green 97 ◦ blue 177

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

Shades of Fuchsia #B661B1

Tints of Fuchsia #B661B1

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 39.91%
G = 21.27%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B661B1 (or 0xB661B1) is known color: Fuchsia. HEX triplet: B6, 61 and B1. RGB value is (182,97,177). Sum of RGB (Red+Green+Blue) = 182+97+177=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B661B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B661B1 is #499E4E. Grayscale: #838383. Windows color (decimal): -4824655 or 11624886. OLE color: 11624886.

HSL color Cylindrical-coordinate representation of color #B661B1: hue angle of 303.53º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B661B1 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 97 177 -
CMYK 0 0.47 0.03 0.29
HSL 303.53º 0.37% 0.55% -
HSV(B) 303.53º 0.47% 0.71% -
XYZ 31.5 21.67 44.12 -
YUV 131.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 182 97 177 0 0.47 0.03 0.29 303.53 0.37 0.55
Hex B6 61 B1 0 2F 3 1D 130 25 37
Octal 266 141 261 0 57 3 35 460 45 67
Binary 10110110 1100001 10110001 0 101111 11 11101 100110000 100101 110111

Color Harmonies of #B661B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B661B1

Black with #B661B1

Text Example


Text Example

White with #B661B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B661B1; }

 p { color: rgb(182,97,177); }

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

background-color css

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

 a { background-color: rgb(182,97,177); }

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

border-color css

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

 span { border-color: rgb(182,97,177); }

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