Html Css Color HEX #B450B0 Fuchsia

📋 copy color: '#B450B0'

red 180 ◦ green 80 ◦ blue 176

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

Shades of Fuchsia #B450B0

Tints of Fuchsia #B450B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 41.28%
G = 18.35%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B450B0 (or 0xB450B0) is known color: Fuchsia. HEX triplet: B4, 50 and B0. RGB value is (180,80,176). Sum of RGB (Red+Green+Blue) = 180+80+176=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B450B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450B0 is #4BAF4F. Grayscale: #787878. Windows color (decimal): -4960080 or 11554996. OLE color: 11554996.

HSL color Cylindrical-coordinate representation of color #B450B0: hue angle of 302.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B450B0 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 176 -
CMYK 0 0.56 0.02 0.29
HSL 302.4º 0.4% 0.51% -
HSV(B) 302.4º 0.56% 0.71% -
XYZ 29.53 18.58 43.1 -
YUV 120.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 180 80 176 0 0.56 0.02 0.29 302.4 0.4 0.51
Hex B4 50 B0 0 38 2 1D 12E 28 33
Octal 264 120 260 0 70 2 35 456 50 63
Binary 10110100 1010000 10110000 0 111000 10 11101 100101110 101000 110011

Color Harmonies of #B450B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450B0

Black with #B450B0

Text Example


Text Example

White with #B450B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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