Html Css Color HEX #B450BA Fuchsia

📋 copy color: '#B450BA'

red 180 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #B450BA

Tints of Fuchsia #B450BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 40.36%
G = 17.94%
B = 41.7%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B450BA (or 0xB450BA) is known color: Fuchsia. HEX triplet: B4, 50 and BA. RGB value is (180,80,186). Sum of RGB (Red+Green+Blue) = 180+80+186=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B450BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450BA is #4BAF45. Grayscale: #797979. Windows color (decimal): -4960070 or 12210356. OLE color: 12210356.

HSL color Cylindrical-coordinate representation of color #B450BA: hue angle of 296.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B450BA is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 80 186 -
CMYK 0.03 0.57 0 0.27
HSL 296.6º 0.43% 0.52% -
HSV(B) 296.6º 0.57% 0.73% -
XYZ 30.55 18.99 48.51 -
YUV 121.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 180 80 186 0.03 0.57 0 0.27 296.6 0.43 0.52
Hex B4 50 BA 3 39 0 1B 129 2B 34
Octal 264 120 272 3 71 0 33 451 53 64
Binary 10110100 1010000 10111010 11 111001 0 11011 100101001 101011 110100

Color Harmonies of #B450BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450BA

Black with #B450BA

Text Example


Text Example

White with #B450BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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