Html Css Color HEX #BA34B7 Fuchsia

📋 copy color: '#BA34B7'

red 186 ◦ green 52 ◦ blue 183

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

Shades of Fuchsia #BA34B7

Tints of Fuchsia #BA34B7

RGB

 RED value IS 186 (73.05% from 255) = 44.18%

 GREEN value IS 52 (20.7% from 255) = 12.35%

 BLUE value IS 183 (71.88% from 255) = 43.47%

R = 44.18%
G = 12.35%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA34B7 (or 0xBA34B7) is known color: Fuchsia. HEX triplet: BA, 34 and B7. RGB value is (186,52,183). Sum of RGB (Red+Green+Blue) = 186+52+183=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34B7 is #45CB48. Grayscale: #6A6A6A. Windows color (decimal): -4574025 or 12006586. OLE color: 12006586.

HSL color Cylindrical-coordinate representation of color #BA34B7: hue angle of 301.34º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA34B7 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 183 -
CMYK 0 0.72 0.02 0.27
HSL 301.34º 0.56% 0.47% -
HSV(B) 301.34º 0.72% 0.73% -
XYZ 30.02 16.31 46.37 -
YUV 107 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 186 52 183 0 0.72 0.02 0.27 301.34 0.56 0.47
Hex BA 34 B7 0 48 2 1B 12D 38 2F
Octal 272 64 267 0 110 2 33 455 70 57
Binary 10111010 110100 10110111 0 1001000 10 11011 100101101 111000 101111

Color Harmonies of #BA34B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34B7

Black with #BA34B7

Text Example


Text Example

White with #BA34B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34B7; }

 p { color: rgb(186,52,183); }

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

background-color css

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

 a { background-color: rgb(186,52,183); }

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

border-color css

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

 span { border-color: rgb(186,52,183); }

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