Html Css Color HEX #B450B2 Fuchsia

📋 copy color: '#B450B2'

red 180 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #B450B2

Tints of Fuchsia #B450B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.64%

R = 41.1%
G = 18.26%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B450B2 (or 0xB450B2) is known color: Fuchsia. HEX triplet: B4, 50 and B2. RGB value is (180,80,178). Sum of RGB (Red+Green+Blue) = 180+80+178=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B450B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450B2 is #4BAF4D. Grayscale: #787878. Windows color (decimal): -4960078 or 11686068. OLE color: 11686068.

HSL color Cylindrical-coordinate representation of color #B450B2: hue angle of 301.2º 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 #B450B2 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 178 -
CMYK 0 0.56 0.01 0.29
HSL 301.2º 0.4% 0.51% -
HSV(B) 301.2º 0.56% 0.71% -
XYZ 29.73 18.65 44.15 -
YUV 121.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 180 80 178 0 0.56 0.01 0.29 301.2 0.4 0.51
Hex B4 50 B2 0 38 1 1D 12D 28 33
Octal 264 120 262 0 70 1 35 455 50 63
Binary 10110100 1010000 10110010 0 111000 1 11101 100101101 101000 110011

Color Harmonies of #B450B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450B2

Black with #B450B2

Text Example


Text Example

White with #B450B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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