Html Css Color HEX #B450BB Fuchsia

📋 copy color: '#B450BB'

red 180 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #B450BB

Tints of Fuchsia #B450BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 40.27%
G = 17.9%
B = 41.83%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B450BB (or 0xB450BB) is known color: Fuchsia. HEX triplet: B4, 50 and BB. RGB value is (180,80,187). Sum of RGB (Red+Green+Blue) = 180+80+187=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #B450BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450BB is #4BAF44. Grayscale: #797979. Windows color (decimal): -4960069 or 12275892. OLE color: 12275892.

HSL color Cylindrical-coordinate representation of color #B450BB: hue angle of 296.07º degrees, saturation: 0.44, 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 #B450BB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 80 187 -
CMYK 0.04 0.57 0 0.27
HSL 296.07º 0.44% 0.52% -
HSV(B) 296.07º 0.57% 0.73% -
XYZ 30.66 19.03 49.07 -
YUV 122.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 180 80 187 0.04 0.57 0 0.27 296.07 0.44 0.52
Hex B4 50 BB 4 39 0 1B 128 2C 34
Octal 264 120 273 4 71 0 33 450 54 64
Binary 10110100 1010000 10111011 100 111001 0 11011 100101000 101100 110100

Color Harmonies of #B450BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450BB

Black with #B450BB

Text Example


Text Example

White with #B450BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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