Html Css Color HEX #B45DBB Fuchsia

📋 copy color: '#B45DBB'

red 180 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #B45DBB

Tints of Fuchsia #B45DBB

RGB

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

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

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

R = 39.13%
G = 20.22%
B = 40.65%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B45DBB (or 0xB45DBB) is known color: Fuchsia. HEX triplet: B4, 5D and BB. RGB value is (180,93,187). Sum of RGB (Red+Green+Blue) = 180+93+187=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #B45DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DBB is #4BA244. Grayscale: #818181. Windows color (decimal): -4956741 or 12279220. OLE color: 12279220.

HSL color Cylindrical-coordinate representation of color #B45DBB: hue angle of 295.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45DBB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 93 187 -
CMYK 0.04 0.50 0 0.27
HSL 295.53º 0.41% 0.55% -
HSV(B) 295.53º 0.5% 0.73% -
XYZ 31.71 21.12 49.42 -
YUV 129.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 180 93 187 0.04 0.50 0 0.27 295.53 0.41 0.55
Hex B4 5D BB 4 32 0 1B 128 29 37
Octal 264 135 273 4 62 0 33 450 51 67
Binary 10110100 1011101 10111011 100 110010 0 11011 100101000 101001 110111

Color Harmonies of #B45DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DBB

Black with #B45DBB

Text Example


Text Example

White with #B45DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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