Html Css Color HEX #B448B2 Fuchsia

📋 copy color: '#B448B2'

red 180 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #B448B2

Tints of Fuchsia #B448B2

RGB

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

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

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

R = 41.86%
G = 16.74%
B = 41.4%

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

#B448B2 (or 0xB448B2) is known color: Fuchsia. HEX triplet: B4, 48 and B2. RGB value is (180,72,178). Sum of RGB (Red+Green+Blue) = 180+72+178=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B448B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448B2 is #4BB74D. Grayscale: #747474. Windows color (decimal): -4962126 or 11684020. OLE color: 11684020.

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

Color convert

RGB 180 72 178 -
CMYK 0 0.60 0.01 0.29
HSL 301.11º 0.43% 0.49% -
HSV(B) 301.11º 0.6% 0.71% -
XYZ 29.18 17.55 43.97 -
YUV 116.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 180 72 178 0 0.60 0.01 0.29 301.11 0.43 0.49
Hex B4 48 B2 0 3C 1 1D 12D 2B 31
Octal 264 110 262 0 74 1 35 455 53 61
Binary 10110100 1001000 10110010 0 111100 1 11101 100101101 101011 110001

Color Harmonies of #B448B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448B2

Black with #B448B2

Text Example


Text Example

White with #B448B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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