Html Css Color HEX #B447BC Fuchsia

📋 copy color: '#B447BC'

red 180 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #B447BC

Tints of Fuchsia #B447BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.17%

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

R = 41%
G = 16.17%
B = 42.82%

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

#B447BC (or 0xB447BC) is known color: Fuchsia. HEX triplet: B4, 47 and BC. RGB value is (180,71,188). Sum of RGB (Red+Green+Blue) = 180+71+188=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #B447BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447BC is #4BB843. Grayscale: #747474. Windows color (decimal): -4962372 or 12339124. OLE color: 12339124.

HSL color Cylindrical-coordinate representation of color #B447BC: hue angle of 295.9º degrees, saturation: 0.47, 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 #B447BC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 71 188 -
CMYK 0.04 0.62 0 0.26
HSL 295.9º 0.47% 0.51% -
HSV(B) 295.9º 0.62% 0.74% -
XYZ 30.15 17.84 49.43 -
YUV 116.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 180 71 188 0.04 0.62 0 0.26 295.9 0.47 0.51
Hex B4 47 BC 4 3E 0 1A 128 2F 33
Octal 264 107 274 4 76 0 32 450 57 63
Binary 10110100 1000111 10111100 100 111110 0 11010 100101000 101111 110011

Color Harmonies of #B447BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447BC

Black with #B447BC

Text Example


Text Example

White with #B447BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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