Html Css Color HEX #B440C1 Fuchsia

📋 copy color: '#B440C1'

red 180 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #B440C1

Tints of Fuchsia #B440C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 41.19%
G = 14.65%
B = 44.16%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B440C1 (or 0xB440C1) is known color: Fuchsia. HEX triplet: B4, 40 and C1. RGB value is (180,64,193). Sum of RGB (Red+Green+Blue) = 180+64+193=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #B440C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440C1 is #4BBF3E. Grayscale: #707070. Windows color (decimal): -4964159 or 12665012. OLE color: 12665012.

HSL color Cylindrical-coordinate representation of color #B440C1: hue angle of 293.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B440C1 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 64 193 -
CMYK 0.07 0.67 0 0.24
HSL 293.95º 0.51% 0.5% -
HSV(B) 293.95º 0.67% 0.76% -
XYZ 30.28 17.22 52.18 -
YUV 113.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 180 64 193 0.07 0.67 0 0.24 293.95 0.51 0.5
Hex B4 40 C1 7 43 0 18 126 33 32
Octal 264 100 301 7 103 0 30 446 63 62
Binary 10110100 1000000 11000001 111 1000011 0 11000 100100110 110011 110010

Color Harmonies of #B440C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440C1

Black with #B440C1

Text Example


Text Example

White with #B440C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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