Html Css Color HEX #B466BA Fuchsia

📋 copy color: '#B466BA'

red 180 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #B466BA

Tints of Fuchsia #B466BA

RGB

 RED value IS 180 (70.7% from 255) = 38.46%

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

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

R = 38.46%
G = 21.79%
B = 39.74%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B466BA (or 0xB466BA) is known color: Fuchsia. HEX triplet: B4, 66 and BA. RGB value is (180,102,186). Sum of RGB (Red+Green+Blue) = 180+102+186=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B466BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466BA is #4B9945. Grayscale: #868686. Windows color (decimal): -4954438 or 12215988. OLE color: 12215988.

HSL color Cylindrical-coordinate representation of color #B466BA: hue angle of 295.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B466BA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 102 186 -
CMYK 0.03 0.45 0 0.27
HSL 295.71º 0.38% 0.56% -
HSV(B) 295.71º 0.45% 0.73% -
XYZ 32.44 22.75 49.14 -
YUV 134.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 180 102 186 0.03 0.45 0 0.27 295.71 0.38 0.56
Hex B4 66 BA 3 2D 0 1B 128 26 38
Octal 264 146 272 3 55 0 33 450 46 70
Binary 10110100 1100110 10111010 11 101101 0 11011 100101000 100110 111000

Color Harmonies of #B466BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466BA

Black with #B466BA

Text Example


Text Example

White with #B466BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466BA; }

 p { color: rgb(180,102,186); }

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

background-color css

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

 a { background-color: rgb(180,102,186); }

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

border-color css

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

 span { border-color: rgb(180,102,186); }

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