Html Css Color HEX #B463B2 Fuchsia

📋 copy color: '#B463B2'

red 180 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #B463B2

Tints of Fuchsia #B463B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 39.39%
G = 21.66%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B463B2 (or 0xB463B2) is known color: Fuchsia. HEX triplet: B4, 63 and B2. RGB value is (180,99,178). Sum of RGB (Red+Green+Blue) = 180+99+178=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B463B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463B2 is #4B9C4D. Grayscale: #838383. Windows color (decimal): -4955214 or 11690932. OLE color: 11690932.

HSL color Cylindrical-coordinate representation of color #B463B2: hue angle of 301.48º 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 #B463B2 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 178 -
CMYK 0 0.45 0.01 0.29
HSL 301.48º 0.35% 0.55% -
HSV(B) 301.48º 0.45% 0.71% -
XYZ 31.32 21.84 44.68 -
YUV 132.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 180 99 178 0 0.45 0.01 0.29 301.48 0.35 0.55
Hex B4 63 B2 0 2D 1 1D 12D 23 37
Octal 264 143 262 0 55 1 35 455 43 67
Binary 10110100 1100011 10110010 0 101101 1 11101 100101101 100011 110111

Color Harmonies of #B463B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463B2

Black with #B463B2

Text Example


Text Example

White with #B463B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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