Html Css Color HEX #B66EBA Fuchsia

📋 copy color: '#B66EBA'

red 182 ◦ green 110 ◦ blue 186

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

Shades of Fuchsia #B66EBA

Tints of Fuchsia #B66EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 38.08%
G = 23.01%
B = 38.91%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B66EBA (or 0xB66EBA) is known color: Fuchsia. HEX triplet: B6, 6E and BA. RGB value is (182,110,186). Sum of RGB (Red+Green+Blue) = 182+110+186=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B66EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EBA is #499145. Grayscale: #8B8B8B. Windows color (decimal): -4821318 or 12218038. OLE color: 12218038.

HSL color Cylindrical-coordinate representation of color #B66EBA: hue angle of 296.84º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66EBA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 110 186 -
CMYK 0.02 0.41 0 0.27
HSL 296.84º 0.36% 0.58% -
HSV(B) 296.84º 0.41% 0.73% -
XYZ 33.73 24.64 49.43 -
YUV 140.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 182 110 186 0.02 0.41 0 0.27 296.84 0.36 0.58
Hex B6 6E BA 2 29 0 1B 129 24 3A
Octal 266 156 272 2 51 0 33 451 44 72
Binary 10110110 1101110 10111010 10 101001 0 11011 100101001 100100 111010

Color Harmonies of #B66EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EBA

Black with #B66EBA

Text Example


Text Example

White with #B66EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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