Html Css Color HEX #B66EC1 Fuchsia

📋 copy color: '#B66EC1'

red 182 ◦ green 110 ◦ blue 193

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

Shades of Fuchsia #B66EC1

Tints of Fuchsia #B66EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 37.53%
G = 22.68%
B = 39.79%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B66EC1 (or 0xB66EC1) is known color: Fuchsia. HEX triplet: B6, 6E and C1. RGB value is (182,110,193). Sum of RGB (Red+Green+Blue) = 182+110+193=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #B66EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EC1 is #49913E. Grayscale: #8C8C8C. Windows color (decimal): -4821311 or 12676790. OLE color: 12676790.

HSL color Cylindrical-coordinate representation of color #B66EC1: hue angle of 292.05º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B66EC1 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 110 193 -
CMYK 0.06 0.43 0 0.24
HSL 292.05º 0.4% 0.59% -
HSV(B) 292.05º 0.43% 0.76% -
XYZ 34.49 24.95 53.45 -
YUV 140.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 182 110 193 0.06 0.43 0 0.24 292.05 0.4 0.59
Hex B6 6E C1 6 2B 0 18 124 28 3B
Octal 266 156 301 6 53 0 30 444 50 73
Binary 10110110 1101110 11000001 110 101011 0 11000 100100100 101000 111011

Color Harmonies of #B66EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EC1

Black with #B66EC1

Text Example


Text Example

White with #B66EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EC1; }

 p { color: rgb(182,110,193); }

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

background-color css

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

 a { background-color: rgb(182,110,193); }

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

border-color css

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

 span { border-color: rgb(182,110,193); }

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