Html Css Color HEX #BA2DB4 Fuchsia

📋 copy color: '#BA2DB4'

red 186 ◦ green 45 ◦ blue 180

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

Shades of Fuchsia #BA2DB4

Tints of Fuchsia #BA2DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 45.26%
G = 10.95%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA2DB4 (or 0xBA2DB4) is known color: Fuchsia. HEX triplet: BA, 2D and B4. RGB value is (186,45,180). Sum of RGB (Red+Green+Blue) = 186+45+180=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DB4 is #45D24B. Grayscale: #666666. Windows color (decimal): -4575820 or 11808186. OLE color: 11808186.

HSL color Cylindrical-coordinate representation of color #BA2DB4: hue angle of 302.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2DB4 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 45 180 -
CMYK 0 0.76 0.03 0.27
HSL 302.55º 0.61% 0.45% -
HSV(B) 302.55º 0.76% 0.73% -
XYZ 29.43 15.61 44.64 -
YUV 102.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 186 45 180 0 0.76 0.03 0.27 302.55 0.61 0.45
Hex BA 2D B4 0 4C 3 1B 12F 3D 2D
Octal 272 55 264 0 114 3 33 457 75 55
Binary 10111010 101101 10110100 0 1001100 11 11011 100101111 111101 101101

Color Harmonies of #BA2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DB4

Black with #BA2DB4

Text Example


Text Example

White with #BA2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DB4; }

 p { color: rgb(186,45,180); }

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

background-color css

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

 a { background-color: rgb(186,45,180); }

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

border-color css

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

 span { border-color: rgb(186,45,180); }

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