Html Css Color HEX #B448B3 Fuchsia

📋 copy color: '#B448B3'

red 180 ◦ green 72 ◦ blue 179

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

Shades of Fuchsia #B448B3

Tints of Fuchsia #B448B3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 41.76%
G = 16.71%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B448B3 (or 0xB448B3) is known color: Fuchsia. HEX triplet: B4, 48 and B3. RGB value is (180,72,179). Sum of RGB (Red+Green+Blue) = 180+72+179=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B448B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448B3 is #4BB74C. Grayscale: #747474. Windows color (decimal): -4962125 or 11749556. OLE color: 11749556.

HSL color Cylindrical-coordinate representation of color #B448B3: hue angle of 300.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B448B3 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 179 -
CMYK 0 0.60 0.01 0.29
HSL 300.56º 0.43% 0.49% -
HSV(B) 300.56º 0.6% 0.71% -
XYZ 29.28 17.59 44.5 -
YUV 116.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 180 72 179 0 0.60 0.01 0.29 300.56 0.43 0.49
Hex B4 48 B3 0 3C 1 1D 12D 2B 31
Octal 264 110 263 0 74 1 35 455 53 61
Binary 10110100 1001000 10110011 0 111100 1 11101 100101101 101011 110001

Color Harmonies of #B448B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448B3

Black with #B448B3

Text Example


Text Example

White with #B448B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448B3; }

 p { color: rgb(180,72,179); }

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

background-color css

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

 a { background-color: rgb(180,72,179); }

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

border-color css

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

 span { border-color: rgb(180,72,179); }

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