Html Css Color HEX #B45EBB Fuchsia

📋 copy color: '#B45EBB'

red 180 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #B45EBB

Tints of Fuchsia #B45EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.39%

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

R = 39.05%
G = 20.39%
B = 40.56%

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

#B45EBB (or 0xB45EBB) is known color: Fuchsia. HEX triplet: B4, 5E and BB. RGB value is (180,94,187). Sum of RGB (Red+Green+Blue) = 180+94+187=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B45EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EBB is #4BA144. Grayscale: #828282. Windows color (decimal): -4956485 or 12279476. OLE color: 12279476.

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

Color convert

RGB 180 94 187 -
CMYK 0.04 0.50 0 0.27
HSL 295.48º 0.41% 0.55% -
HSV(B) 295.48º 0.5% 0.73% -
XYZ 31.79 21.3 49.45 -
YUV 130.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 180 94 187 0.04 0.50 0 0.27 295.48 0.41 0.55
Hex B4 5E BB 4 32 0 1B 127 29 37
Octal 264 136 273 4 62 0 33 447 51 67
Binary 10110100 1011110 10111011 100 110010 0 11011 100100111 101001 110111

Color Harmonies of #B45EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EBB

Black with #B45EBB

Text Example


Text Example

White with #B45EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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