Html Css Color HEX #B447C0 Fuchsia

📋 copy color: '#B447C0'

red 180 ◦ green 71 ◦ blue 192

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

Shades of Fuchsia #B447C0

Tints of Fuchsia #B447C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 40.63%
G = 16.03%
B = 43.34%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B447C0 (or 0xB447C0) is known color: Fuchsia. HEX triplet: B4, 47 and C0. RGB value is (180,71,192). Sum of RGB (Red+Green+Blue) = 180+71+192=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B447C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447C0 is #4BB83F. Grayscale: #757575. Windows color (decimal): -4962368 or 12601268. OLE color: 12601268.

HSL color Cylindrical-coordinate representation of color #B447C0: hue angle of 294.05º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B447C0 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 71 192 -
CMYK 0.06 0.63 0 0.25
HSL 294.05º 0.49% 0.52% -
HSV(B) 294.05º 0.63% 0.75% -
XYZ 30.59 18.02 51.73 -
YUV 117.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 180 71 192 0.06 0.63 0 0.25 294.05 0.49 0.52
Hex B4 47 C0 6 3F 0 19 126 31 34
Octal 264 107 300 6 77 0 31 446 61 64
Binary 10110100 1000111 11000000 110 111111 0 11001 100100110 110001 110100

Color Harmonies of #B447C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447C0

Black with #B447C0

Text Example


Text Example

White with #B447C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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