Html Css Color HEX #B450C0 Fuchsia

📋 copy color: '#B450C0'

red 180 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #B450C0

Tints of Fuchsia #B450C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 39.82%
G = 17.7%
B = 42.48%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B450C0 (or 0xB450C0) is known color: Fuchsia. HEX triplet: B4, 50 and C0. RGB value is (180,80,192). Sum of RGB (Red+Green+Blue) = 180+80+192=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #B450C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450C0 is #4BAF3F. Grayscale: #7A7A7A. Windows color (decimal): -4960064 or 12603572. OLE color: 12603572.

HSL color Cylindrical-coordinate representation of color #B450C0: hue angle of 293.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B450C0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 80 192 -
CMYK 0.06 0.58 0 0.25
HSL 293.57º 0.47% 0.53% -
HSV(B) 293.57º 0.58% 0.75% -
XYZ 31.21 19.25 51.94 -
YUV 122.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 180 80 192 0.06 0.58 0 0.25 293.57 0.47 0.53
Hex B4 50 C0 6 3A 0 19 126 2F 35
Octal 264 120 300 6 72 0 31 446 57 65
Binary 10110100 1010000 11000000 110 111010 0 11001 100100110 101111 110101

Color Harmonies of #B450C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450C0

Black with #B450C0

Text Example


Text Example

White with #B450C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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