Html Css Color HEX #B43BA6 Fuchsia

📋 copy color: '#B43BA6'

red 180 ◦ green 59 ◦ blue 166

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

Shades of Fuchsia #B43BA6

Tints of Fuchsia #B43BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.57%

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 44.44%
G = 14.57%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B43BA6 (or 0xB43BA6) is known color: Fuchsia. HEX triplet: B4, 3B and A6. RGB value is (180,59,166). Sum of RGB (Red+Green+Blue) = 180+59+166=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B43BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43BA6 is #4BC459. Grayscale: #6B6B6B. Windows color (decimal): -4965466 or 10894260. OLE color: 10894260.

HSL color Cylindrical-coordinate representation of color #B43BA6: hue angle of 306.94º degrees, saturation: 0.51, 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 #B43BA6 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 59 166 -
CMYK 0 0.67 0.08 0.29
HSL 306.94º 0.51% 0.47% -
HSV(B) 306.94º 0.67% 0.71% -
XYZ 27.27 15.58 37.65 -
YUV 107.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 180 59 166 0 0.67 0.08 0.29 306.94 0.51 0.47
Hex B4 3B A6 0 43 8 1D 133 33 2F
Octal 264 73 246 0 103 10 35 463 63 57
Binary 10110100 111011 10100110 0 1000011 1000 11101 100110011 110011 101111

Color Harmonies of #B43BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BA6

Black with #B43BA6

Text Example


Text Example

White with #B43BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BA6; }

 p { color: rgb(180,59,166); }

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

background-color css

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

 a { background-color: rgb(180,59,166); }

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

border-color css

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

 span { border-color: rgb(180,59,166); }

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