Html Css Color HEX #B43CAE Fuchsia

📋 copy color: '#B43CAE'

red 180 ◦ green 60 ◦ blue 174

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

Shades of Fuchsia #B43CAE

Tints of Fuchsia #B43CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 43.48%
G = 14.49%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B43CAE (or 0xB43CAE) is known color: Fuchsia. HEX triplet: B4, 3C and AE. RGB value is (180,60,174). Sum of RGB (Red+Green+Blue) = 180+60+174=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B43CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43CAE is #4BC351. Grayscale: #6C6C6C. Windows color (decimal): -4965202 or 11418804. OLE color: 11418804.

HSL color Cylindrical-coordinate representation of color #B43CAE: hue angle of 303º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43CAE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 60 174 -
CMYK 0 0.67 0.03 0.29
HSL 303º 0.5% 0.47% -
HSV(B) 303º 0.67% 0.71% -
XYZ 28.08 15.99 41.65 -
YUV 108.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 180 60 174 0 0.67 0.03 0.29 303 0.5 0.47
Hex B4 3C AE 0 43 3 1D 12F 32 2F
Octal 264 74 256 0 103 3 35 457 62 57
Binary 10110100 111100 10101110 0 1000011 11 11101 100101111 110010 101111

Color Harmonies of #B43CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CAE

Black with #B43CAE

Text Example


Text Example

White with #B43CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CAE; }

 p { color: rgb(180,60,174); }

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

background-color css

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

 a { background-color: rgb(180,60,174); }

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

border-color css

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

 span { border-color: rgb(180,60,174); }

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