Html Css Color HEX #B669B1 Fuchsia

📋 copy color: '#B669B1'

red 182 ◦ green 105 ◦ blue 177

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

Shades of Fuchsia #B669B1

Tints of Fuchsia #B669B1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.63%

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

R = 39.22%
G = 22.63%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B669B1 (or 0xB669B1) is known color: Fuchsia. HEX triplet: B6, 69 and B1. RGB value is (182,105,177). Sum of RGB (Red+Green+Blue) = 182+105+177=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B669B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669B1 is #49964E. Grayscale: #888888. Windows color (decimal): -4822607 or 11626934. OLE color: 11626934.

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

Color convert

RGB 182 105 177 -
CMYK 0 0.42 0.03 0.29
HSL 303.9º 0.35% 0.56% -
HSV(B) 303.9º 0.42% 0.71% -
XYZ 32.28 23.22 44.38 -
YUV 136.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 182 105 177 0 0.42 0.03 0.29 303.9 0.35 0.56
Hex B6 69 B1 0 2A 3 1D 130 23 38
Octal 266 151 261 0 52 3 35 460 43 70
Binary 10110110 1101001 10110001 0 101010 11 11101 100110000 100011 111000

Color Harmonies of #B669B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669B1

Black with #B669B1

Text Example


Text Example

White with #B669B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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