Html Css Color HEX #B440C0 Fuchsia

📋 copy color: '#B440C0'

red 180 ◦ green 64 ◦ blue 192

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

Shades of Fuchsia #B440C0

Tints of Fuchsia #B440C0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.68%

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

R = 41.28%
G = 14.68%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B440C0 (or 0xB440C0) is known color: Fuchsia. HEX triplet: B4, 40 and C0. RGB value is (180,64,192). Sum of RGB (Red+Green+Blue) = 180+64+192=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #B440C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440C0 is #4BBF3F. Grayscale: #707070. Windows color (decimal): -4964160 or 12599476. OLE color: 12599476.

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

Color convert

RGB 180 64 192 -
CMYK 0.06 0.67 0 0.25
HSL 294.38º 0.5% 0.5% -
HSV(B) 294.38º 0.67% 0.75% -
XYZ 30.17 17.18 51.59 -
YUV 113.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 180 64 192 0.06 0.67 0 0.25 294.38 0.5 0.5
Hex B4 40 C0 6 43 0 19 126 32 32
Octal 264 100 300 6 103 0 31 446 62 62
Binary 10110100 1000000 11000000 110 1000011 0 11001 100100110 110010 110010

Color Harmonies of #B440C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440C0

Black with #B440C0

Text Example


Text Example

White with #B440C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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