Html Css Color HEX #BA34BB Fuchsia

📋 copy color: '#BA34BB'

red 186 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #BA34BB

Tints of Fuchsia #BA34BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 43.76%
G = 12.24%
B = 44%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA34BB (or 0xBA34BB) is known color: Fuchsia. HEX triplet: BA, 34 and BB. RGB value is (186,52,187). Sum of RGB (Red+Green+Blue) = 186+52+187=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34BB is #45CB44. Grayscale: #6B6B6B. Windows color (decimal): -4574021 or 12268730. OLE color: 12268730.

HSL color Cylindrical-coordinate representation of color #BA34BB: hue angle of 299.56º 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 #BA34BB is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 187 -
CMYK 0.01 0.72 0 0.27
HSL 299.56º 0.56% 0.47% -
HSV(B) 299.56º 0.72% 0.73% -
XYZ 30.45 16.48 48.59 -
YUV 107.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 186 52 187 0.01 0.72 0 0.27 299.56 0.56 0.47
Hex BA 34 BB 1 48 0 1B 12C 38 2F
Octal 272 64 273 1 110 0 33 454 70 57
Binary 10111010 110100 10111011 1 1001000 0 11011 100101100 111000 101111

Color Harmonies of #BA34BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34BB

Black with #BA34BB

Text Example


Text Example

White with #BA34BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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