Html Css Color HEX #BA34BE Fuchsia

📋 copy color: '#BA34BE'

red 186 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #BA34BE

Tints of Fuchsia #BA34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 43.46%
G = 12.15%
B = 44.39%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA34BE (or 0xBA34BE) is known color: Fuchsia. HEX triplet: BA, 34 and BE. RGB value is (186,52,190). Sum of RGB (Red+Green+Blue) = 186+52+190=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA34BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34BE is #45CB41. Grayscale: #6B6B6B. Windows color (decimal): -4574018 or 12465338. OLE color: 12465338.

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

Color convert

RGB 186 52 190 -
CMYK 0.02 0.73 0 0.25
HSL 298.26º 0.57% 0.47% -
HSV(B) 298.26º 0.73% 0.75% -
XYZ 30.77 16.61 50.3 -
YUV 107.8 174.39 183.78 -
System Red Green Blue C M Y K H S L
Decimal 186 52 190 0.02 0.73 0 0.25 298.26 0.57 0.47
Hex BA 34 BE 2 49 0 19 12A 39 2F
Octal 272 64 276 2 111 0 31 452 71 57
Binary 10111010 110100 10111110 10 1001001 0 11001 100101010 111001 101111

Color Harmonies of #BA34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34BE

Black with #BA34BE

Text Example


Text Example

White with #BA34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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