Html Css Color HEX #B66EBF Fuchsia

📋 copy color: '#B66EBF'

red 182 ◦ green 110 ◦ blue 191

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

Shades of Fuchsia #B66EBF

Tints of Fuchsia #B66EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.54%

R = 37.68%
G = 22.77%
B = 39.54%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B66EBF (or 0xB66EBF) is known color: Fuchsia. HEX triplet: B6, 6E and BF. RGB value is (182,110,191). Sum of RGB (Red+Green+Blue) = 182+110+191=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #B66EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EBF is #499140. Grayscale: #8C8C8C. Windows color (decimal): -4821313 or 12545718. OLE color: 12545718.

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

Color convert

RGB 182 110 191 -
CMYK 0.05 0.42 0 0.25
HSL 293.33º 0.39% 0.59% -
HSV(B) 293.33º 0.42% 0.75% -
XYZ 34.27 24.86 52.28 -
YUV 140.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 182 110 191 0.05 0.42 0 0.25 293.33 0.39 0.59
Hex B6 6E BF 5 2A 0 19 125 27 3B
Octal 266 156 277 5 52 0 31 445 47 73
Binary 10110110 1101110 10111111 101 101010 0 11001 100100101 100111 111011

Color Harmonies of #B66EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EBF

Black with #B66EBF

Text Example


Text Example

White with #B66EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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