Html Css Color HEX #B463B0 Fuchsia

📋 copy color: '#B463B0'

red 180 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #B463B0

Tints of Fuchsia #B463B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 39.56%
G = 21.76%
B = 38.68%

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

#B463B0 (or 0xB463B0) is known color: Fuchsia. HEX triplet: B4, 63 and B0. RGB value is (180,99,176). Sum of RGB (Red+Green+Blue) = 180+99+176=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B463B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463B0 is #4B9C4F. Grayscale: #838383. Windows color (decimal): -4955216 or 11559860. OLE color: 11559860.

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

Color convert

RGB 180 99 176 -
CMYK 0 0.45 0.02 0.29
HSL 302.96º 0.35% 0.55% -
HSV(B) 302.96º 0.45% 0.71% -
XYZ 31.12 21.76 43.63 -
YUV 132 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 180 99 176 0 0.45 0.02 0.29 302.96 0.35 0.55
Hex B4 63 B0 0 2D 2 1D 12F 23 37
Octal 264 143 260 0 55 2 35 457 43 67
Binary 10110100 1100011 10110000 0 101101 10 11101 100101111 100011 110111

Color Harmonies of #B463B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463B0

Black with #B463B0

Text Example


Text Example

White with #B463B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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