Html Css Color HEX #B66ABE Fuchsia

📋 copy color: '#B66ABE'

red 182 ◦ green 106 ◦ blue 190

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

Shades of Fuchsia #B66ABE

Tints of Fuchsia #B66ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 38.08%
G = 22.18%
B = 39.75%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B66ABE (or 0xB66ABE) is known color: Fuchsia. HEX triplet: B6, 6A and BE. RGB value is (182,106,190). Sum of RGB (Red+Green+Blue) = 182+106+190=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #B66ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ABE is #499541. Grayscale: #8A8A8A. Windows color (decimal): -4822338 or 12479158. OLE color: 12479158.

HSL color Cylindrical-coordinate representation of color #B66ABE: hue angle of 294.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66ABE is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 106 190 -
CMYK 0.04 0.44 0 0.25
HSL 294.29º 0.39% 0.58% -
HSV(B) 294.29º 0.44% 0.75% -
XYZ 33.74 23.97 51.56 -
YUV 138.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 182 106 190 0.04 0.44 0 0.25 294.29 0.39 0.58
Hex B6 6A BE 4 2C 0 19 126 27 3A
Octal 266 152 276 4 54 0 31 446 47 72
Binary 10110110 1101010 10111110 100 101100 0 11001 100100110 100111 111010

Color Harmonies of #B66ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ABE

Black with #B66ABE

Text Example


Text Example

White with #B66ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ABE; }

 p { color: rgb(182,106,190); }

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

background-color css

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

 a { background-color: rgb(182,106,190); }

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

border-color css

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

 span { border-color: rgb(182,106,190); }

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