Html Css Color HEX #B448BC Fuchsia

📋 copy color: '#B448BC'

red 180 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #B448BC

Tints of Fuchsia #B448BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 40.91%
G = 16.36%
B = 42.73%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B448BC (or 0xB448BC) is known color: Fuchsia. HEX triplet: B4, 48 and BC. RGB value is (180,72,188). Sum of RGB (Red+Green+Blue) = 180+72+188=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #B448BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448BC is #4BB743. Grayscale: #757575. Windows color (decimal): -4962116 or 12339380. OLE color: 12339380.

HSL color Cylindrical-coordinate representation of color #B448BC: hue angle of 295.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B448BC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 72 188 -
CMYK 0.04 0.62 0 0.26
HSL 295.86º 0.46% 0.51% -
HSV(B) 295.86º 0.62% 0.74% -
XYZ 30.22 17.97 49.45 -
YUV 117.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 180 72 188 0.04 0.62 0 0.26 295.86 0.46 0.51
Hex B4 48 BC 4 3E 0 1A 128 2E 33
Octal 264 110 274 4 76 0 32 450 56 63
Binary 10110100 1001000 10111100 100 111110 0 11010 100101000 101110 110011

Color Harmonies of #B448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448BC

Black with #B448BC

Text Example


Text Example

White with #B448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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