Html Css Color HEX #B466BE Fuchsia

📋 copy color: '#B466BE'

red 180 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #B466BE

Tints of Fuchsia #B466BE

RGB

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

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

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

R = 38.14%
G = 21.61%
B = 40.25%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B466BE (or 0xB466BE) is known color: Fuchsia. HEX triplet: B4, 66 and BE. RGB value is (180,102,190). Sum of RGB (Red+Green+Blue) = 180+102+190=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #B466BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466BE is #4B9941. Grayscale: #878787. Windows color (decimal): -4954434 or 12478132. OLE color: 12478132.

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

Color convert

RGB 180 102 190 -
CMYK 0.05 0.46 0 0.25
HSL 293.18º 0.4% 0.57% -
HSV(B) 293.18º 0.46% 0.75% -
XYZ 32.87 22.92 51.41 -
YUV 135.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 180 102 190 0.05 0.46 0 0.25 293.18 0.4 0.57
Hex B4 66 BE 5 2E 0 19 125 28 39
Octal 264 146 276 5 56 0 31 445 50 71
Binary 10110100 1100110 10111110 101 101110 0 11001 100100101 101000 111001

Color Harmonies of #B466BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466BE

Black with #B466BE

Text Example


Text Example

White with #B466BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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