Html Css Color HEX #B440BD Fuchsia

📋 copy color: '#B440BD'

red 180 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #B440BD

Tints of Fuchsia #B440BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 41.57%
G = 14.78%
B = 43.65%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B440BD (or 0xB440BD) is known color: Fuchsia. HEX triplet: B4, 40 and BD. RGB value is (180,64,189). Sum of RGB (Red+Green+Blue) = 180+64+189=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #B440BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440BD is #4BBF42. Grayscale: #707070. Windows color (decimal): -4964163 or 12402868. OLE color: 12402868.

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

Color convert

RGB 180 64 189 -
CMYK 0.05 0.66 0 0.26
HSL 295.68º 0.49% 0.5% -
HSV(B) 295.68º 0.66% 0.74% -
XYZ 29.84 17.04 49.86 -
YUV 112.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 180 64 189 0.05 0.66 0 0.26 295.68 0.49 0.5
Hex B4 40 BD 5 42 0 1A 128 31 32
Octal 264 100 275 5 102 0 32 450 61 62
Binary 10110100 1000000 10111101 101 1000010 0 11010 100101000 110001 110010

Color Harmonies of #B440BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440BD

Black with #B440BD

Text Example


Text Example

White with #B440BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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