Html Css Color HEX #BA34BD Fuchsia

📋 copy color: '#BA34BD'

red 186 ◦ green 52 ◦ blue 189

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

Shades of Fuchsia #BA34BD

Tints of Fuchsia #BA34BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 43.56%
G = 12.18%
B = 44.26%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA34BD (or 0xBA34BD) is known color: Fuchsia. HEX triplet: BA, 34 and BD. RGB value is (186,52,189). Sum of RGB (Red+Green+Blue) = 186+52+189=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA34BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34BD is #45CB42. Grayscale: #6B6B6B. Windows color (decimal): -4574019 or 12399802. OLE color: 12399802.

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

Color convert

RGB 186 52 189 -
CMYK 0.02 0.72 0 0.26
HSL 298.69º 0.57% 0.47% -
HSV(B) 298.69º 0.72% 0.74% -
XYZ 30.66 16.57 49.73 -
YUV 107.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 186 52 189 0.02 0.72 0 0.26 298.69 0.57 0.47
Hex BA 34 BD 2 48 0 1A 12B 39 2F
Octal 272 64 275 2 110 0 32 453 71 57
Binary 10111010 110100 10111101 10 1001000 0 11010 100101011 111001 101111

Color Harmonies of #BA34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34BD

Black with #BA34BD

Text Example


Text Example

White with #BA34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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