Html Css Color HEX #B463B1 Fuchsia

📋 copy color: '#B463B1'

red 180 ◦ green 99 ◦ blue 177

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

Shades of Fuchsia #B463B1

Tints of Fuchsia #B463B1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.71%

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 39.47%
G = 21.71%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B463B1 (or 0xB463B1) is known color: Fuchsia. HEX triplet: B4, 63 and B1. RGB value is (180,99,177). Sum of RGB (Red+Green+Blue) = 180+99+177=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B463B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463B1 is #4B9C4E. Grayscale: #838383. Windows color (decimal): -4955215 or 11625396. OLE color: 11625396.

HSL color Cylindrical-coordinate representation of color #B463B1: hue angle of 302.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B463B1 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 177 -
CMYK 0 0.45 0.02 0.29
HSL 302.22º 0.35% 0.55% -
HSV(B) 302.22º 0.45% 0.71% -
XYZ 31.22 21.8 44.16 -
YUV 132.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 180 99 177 0 0.45 0.02 0.29 302.22 0.35 0.55
Hex B4 63 B1 0 2D 2 1D 12E 23 37
Octal 264 143 261 0 55 2 35 456 43 67
Binary 10110100 1100011 10110001 0 101101 10 11101 100101110 100011 110111

Color Harmonies of #B463B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463B1

Black with #B463B1

Text Example


Text Example

White with #B463B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463B1; }

 p { color: rgb(180,99,177); }

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

background-color css

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

 a { background-color: rgb(180,99,177); }

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

border-color css

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

 span { border-color: rgb(180,99,177); }

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