Html Css Color HEX #B450BD Fuchsia

📋 copy color: '#B450BD'

red 180 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #B450BD

Tints of Fuchsia #B450BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

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

R = 40.09%
G = 17.82%
B = 42.09%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B450BD (or 0xB450BD) is known color: Fuchsia. HEX triplet: B4, 50 and BD. RGB value is (180,80,189). Sum of RGB (Red+Green+Blue) = 180+80+189=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #B450BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450BD is #4BAF42. Grayscale: #797979. Windows color (decimal): -4960067 or 12406964. OLE color: 12406964.

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

Color convert

RGB 180 80 189 -
CMYK 0.05 0.58 0 0.26
HSL 295.05º 0.45% 0.53% -
HSV(B) 295.05º 0.58% 0.74% -
XYZ 30.88 19.11 50.21 -
YUV 122.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 180 80 189 0.05 0.58 0 0.26 295.05 0.45 0.53
Hex B4 50 BD 5 3A 0 1A 127 2D 35
Octal 264 120 275 5 72 0 32 447 55 65
Binary 10110100 1010000 10111101 101 111010 0 11010 100100111 101101 110101

Color Harmonies of #B450BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450BD

Black with #B450BD

Text Example


Text Example

White with #B450BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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