Html Css Color HEX #B45EBA Fuchsia

📋 copy color: '#B45EBA'

red 180 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #B45EBA

Tints of Fuchsia #B45EBA

RGB

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

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

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

R = 39.13%
G = 20.43%
B = 40.43%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B45EBA (or 0xB45EBA) is known color: Fuchsia. HEX triplet: B4, 5E and BA. RGB value is (180,94,186). Sum of RGB (Red+Green+Blue) = 180+94+186=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #B45EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EBA is #4BA145. Grayscale: #818181. Windows color (decimal): -4956486 or 12213940. OLE color: 12213940.

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

Color convert

RGB 180 94 186 -
CMYK 0.03 0.49 0 0.27
HSL 296.09º 0.4% 0.55% -
HSV(B) 296.09º 0.49% 0.73% -
XYZ 31.69 21.25 48.89 -
YUV 130.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 180 94 186 0.03 0.49 0 0.27 296.09 0.4 0.55
Hex B4 5E BA 3 31 0 1B 128 28 37
Octal 264 136 272 3 61 0 33 450 50 67
Binary 10110100 1011110 10111010 11 110001 0 11011 100101000 101000 110111

Color Harmonies of #B45EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EBA

Black with #B45EBA

Text Example


Text Example

White with #B45EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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