Html Css Color HEX #BA3FB0 Fuchsia

📋 copy color: '#BA3FB0'

red 186 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #BA3FB0

Tints of Fuchsia #BA3FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 14.82%

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 43.76%
G = 14.82%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA3FB0 (or 0xBA3FB0) is known color: Fuchsia. HEX triplet: BA, 3F and B0. RGB value is (186,63,176). Sum of RGB (Red+Green+Blue) = 186+63+176=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FB0 is #45C04F. Grayscale: #707070. Windows color (decimal): -4571216 or 11550650. OLE color: 11550650.

HSL color Cylindrical-coordinate representation of color #BA3FB0: hue angle of 304.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FB0 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 176 -
CMYK 0 0.66 0.05 0.27
HSL 304.88º 0.49% 0.49% -
HSV(B) 304.88º 0.66% 0.73% -
XYZ 29.86 17.13 42.81 -
YUV 112.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 186 63 176 0 0.66 0.05 0.27 304.88 0.49 0.49
Hex BA 3F B0 0 42 5 1B 131 31 31
Octal 272 77 260 0 102 5 33 461 61 61
Binary 10111010 111111 10110000 0 1000010 101 11011 100110001 110001 110001

Color Harmonies of #BA3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FB0

Black with #BA3FB0

Text Example


Text Example

White with #BA3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FB0; }

 p { color: rgb(186,63,176); }

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

background-color css

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

 a { background-color: rgb(186,63,176); }

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

border-color css

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

 span { border-color: rgb(186,63,176); }

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