Html Css Color HEX #B666B2 Fuchsia

📋 copy color: '#B666B2'

red 182 ◦ green 102 ◦ blue 178

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

Shades of Fuchsia #B666B2

Tints of Fuchsia #B666B2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

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

R = 39.39%
G = 22.08%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B666B2 (or 0xB666B2) is known color: Fuchsia. HEX triplet: B6, 66 and B2. RGB value is (182,102,178). Sum of RGB (Red+Green+Blue) = 182+102+178=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B666B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666B2 is #49994D. Grayscale: #868686. Windows color (decimal): -4823374 or 11691702. OLE color: 11691702.

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

Color convert

RGB 182 102 178 -
CMYK 0 0.44 0.02 0.29
HSL 303º 0.35% 0.56% -
HSV(B) 303º 0.44% 0.71% -
XYZ 32.08 22.66 44.8 -
YUV 134.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 182 102 178 0 0.44 0.02 0.29 303 0.35 0.56
Hex B6 66 B2 0 2C 2 1D 12F 23 38
Octal 266 146 262 0 54 2 35 457 43 70
Binary 10110110 1100110 10110010 0 101100 10 11101 100101111 100011 111000

Color Harmonies of #B666B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666B2

Black with #B666B2

Text Example


Text Example

White with #B666B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666B2; }

 p { color: rgb(182,102,178); }

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

background-color css

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

 a { background-color: rgb(182,102,178); }

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

border-color css

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

 span { border-color: rgb(182,102,178); }

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