Html Css Color HEX #B465BA Fuchsia

📋 copy color: '#B465BA'

red 180 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #B465BA

Tints of Fuchsia #B465BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.63%

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

R = 38.54%
G = 21.63%
B = 39.83%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B465BA (or 0xB465BA) is known color: Fuchsia. HEX triplet: B4, 65 and BA. RGB value is (180,101,186). Sum of RGB (Red+Green+Blue) = 180+101+186=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #B465BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465BA is #4B9A45. Grayscale: #868686. Windows color (decimal): -4954694 or 12215732. OLE color: 12215732.

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

Color convert

RGB 180 101 186 -
CMYK 0.03 0.46 0 0.27
HSL 295.76º 0.38% 0.56% -
HSV(B) 295.76º 0.46% 0.73% -
XYZ 32.34 22.56 49.1 -
YUV 134.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 180 101 186 0.03 0.46 0 0.27 295.76 0.38 0.56
Hex B4 65 BA 3 2E 0 1B 128 26 38
Octal 264 145 272 3 56 0 33 450 46 70
Binary 10110100 1100101 10111010 11 101110 0 11011 100101000 100110 111000

Color Harmonies of #B465BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465BA

Black with #B465BA

Text Example


Text Example

White with #B465BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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