Html Css Color HEX #B450BE Fuchsia

📋 copy color: '#B450BE'

red 180 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #B450BE

Tints of Fuchsia #B450BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 40%
G = 17.78%
B = 42.22%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B450BE (or 0xB450BE) is known color: Fuchsia. HEX triplet: B4, 50 and BE. RGB value is (180,80,190). Sum of RGB (Red+Green+Blue) = 180+80+190=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #B450BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450BE is #4BAF41. Grayscale: #7A7A7A. Windows color (decimal): -4960066 or 12472500. OLE color: 12472500.

HSL color Cylindrical-coordinate representation of color #B450BE: hue angle of 294.55º degrees, saturation: 0.46, 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 #B450BE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 80 190 -
CMYK 0.05 0.58 0 0.25
HSL 294.55º 0.46% 0.53% -
HSV(B) 294.55º 0.58% 0.75% -
XYZ 30.99 19.16 50.78 -
YUV 122.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 180 80 190 0.05 0.58 0 0.25 294.55 0.46 0.53
Hex B4 50 BE 5 3A 0 19 127 2E 35
Octal 264 120 276 5 72 0 31 447 56 65
Binary 10110100 1010000 10111110 101 111010 0 11001 100100111 101110 110101

Color Harmonies of #B450BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450BE

Black with #B450BE

Text Example


Text Example

White with #B450BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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