Html Css Color HEX #B45DB0 Fuchsia

📋 copy color: '#B45DB0'

red 180 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #B45DB0

Tints of Fuchsia #B45DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.71%

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 40.09%
G = 20.71%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B45DB0 (or 0xB45DB0) is known color: Fuchsia. HEX triplet: B4, 5D and B0. RGB value is (180,93,176). Sum of RGB (Red+Green+Blue) = 180+93+176=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DB0 is #4BA24F. Grayscale: #808080. Windows color (decimal): -4956752 or 11558324. OLE color: 11558324.

HSL color Cylindrical-coordinate representation of color #B45DB0: hue angle of 302.76º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45DB0 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 176 -
CMYK 0 0.48 0.02 0.29
HSL 302.76º 0.37% 0.54% -
HSV(B) 302.76º 0.48% 0.71% -
XYZ 30.57 20.67 43.45 -
YUV 128.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 180 93 176 0 0.48 0.02 0.29 302.76 0.37 0.54
Hex B4 5D B0 0 30 2 1D 12F 25 36
Octal 264 135 260 0 60 2 35 457 45 66
Binary 10110100 1011101 10110000 0 110000 10 11101 100101111 100101 110110

Color Harmonies of #B45DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DB0

Black with #B45DB0

Text Example


Text Example

White with #B45DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DB0; }

 p { color: rgb(180,93,176); }

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

background-color css

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

 a { background-color: rgb(180,93,176); }

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

border-color css

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

 span { border-color: rgb(180,93,176); }

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