Html Css Color HEX #B669B5 Fuchsia

📋 copy color: '#B669B5'

red 182 ◦ green 105 ◦ blue 181

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

Shades of Fuchsia #B669B5

Tints of Fuchsia #B669B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 38.89%
G = 22.44%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B669B5 (or 0xB669B5) is known color: Fuchsia. HEX triplet: B6, 69 and B5. RGB value is (182,105,181). Sum of RGB (Red+Green+Blue) = 182+105+181=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B669B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669B5 is #49964A. Grayscale: #888888. Windows color (decimal): -4822603 or 11889078. OLE color: 11889078.

HSL color Cylindrical-coordinate representation of color #B669B5: hue angle of 300.78º 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 #B669B5 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 105 181 -
CMYK 0 0.42 0.01 0.29
HSL 300.78º 0.35% 0.56% -
HSV(B) 300.78º 0.42% 0.71% -
XYZ 32.68 23.38 46.51 -
YUV 136.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 182 105 181 0 0.42 0.01 0.29 300.78 0.35 0.56
Hex B6 69 B5 0 2A 1 1D 12D 23 38
Octal 266 151 265 0 52 1 35 455 43 70
Binary 10110110 1101001 10110101 0 101010 1 11101 100101101 100011 111000

Color Harmonies of #B669B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669B5

Black with #B669B5

Text Example


Text Example

White with #B669B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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