Html Css Color HEX #B440BE Fuchsia

📋 copy color: '#B440BE'

red 180 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #B440BE

Tints of Fuchsia #B440BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 41.47%
G = 14.75%
B = 43.78%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B440BE (or 0xB440BE) is known color: Fuchsia. HEX triplet: B4, 40 and BE. RGB value is (180,64,190). Sum of RGB (Red+Green+Blue) = 180+64+190=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B440BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440BE is #4BBF41. Grayscale: #707070. Windows color (decimal): -4964162 or 12468404. OLE color: 12468404.

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

Color convert

RGB 180 64 190 -
CMYK 0.05 0.66 0 0.25
HSL 295.24º 0.5% 0.5% -
HSV(B) 295.24º 0.66% 0.75% -
XYZ 29.95 17.09 50.43 -
YUV 113.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 180 64 190 0.05 0.66 0 0.25 295.24 0.5 0.5
Hex B4 40 BE 5 42 0 19 127 32 32
Octal 264 100 276 5 102 0 31 447 62 62
Binary 10110100 1000000 10111110 101 1000010 0 11001 100100111 110010 110010

Color Harmonies of #B440BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440BE

Black with #B440BE

Text Example


Text Example

White with #B440BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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