Html Css Color HEX #B669B8 Fuchsia

📋 copy color: '#B669B8'

red 182 ◦ green 105 ◦ blue 184

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

Shades of Fuchsia #B669B8

Tints of Fuchsia #B669B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.07%

R = 38.64%
G = 22.29%
B = 39.07%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B669B8 (or 0xB669B8) is known color: Fuchsia. HEX triplet: B6, 69 and B8. RGB value is (182,105,184). Sum of RGB (Red+Green+Blue) = 182+105+184=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #B669B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669B8 is #499647. Grayscale: #888888. Windows color (decimal): -4822600 or 12085686. OLE color: 12085686.

HSL color Cylindrical-coordinate representation of color #B669B8: hue angle of 298.48º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B669B8 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 105 184 -
CMYK 0.01 0.43 0 0.28
HSL 298.48º 0.36% 0.57% -
HSV(B) 298.48º 0.43% 0.72% -
XYZ 32.99 23.51 48.15 -
YUV 137.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 182 105 184 0.01 0.43 0 0.28 298.48 0.36 0.57
Hex B6 69 B8 1 2B 0 1C 12A 24 39
Octal 266 151 270 1 53 0 34 452 44 71
Binary 10110110 1101001 10111000 1 101011 0 11100 100101010 100100 111001

Color Harmonies of #B669B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669B8

Black with #B669B8

Text Example


Text Example

White with #B669B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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