Html Css Color HEX #BA3FB7 Fuchsia

📋 copy color: '#BA3FB7'

red 186 ◦ green 63 ◦ blue 183

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

Shades of Fuchsia #BA3FB7

Tints of Fuchsia #BA3FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.36%

R = 43.06%
G = 14.58%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA3FB7 (or 0xBA3FB7) is known color: Fuchsia. HEX triplet: BA, 3F and B7. RGB value is (186,63,183). Sum of RGB (Red+Green+Blue) = 186+63+183=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FB7 is #45C048. Grayscale: #717171. Windows color (decimal): -4571209 or 12009402. OLE color: 12009402.

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

Color convert

RGB 186 63 183 -
CMYK 0 0.66 0.02 0.27
HSL 301.46º 0.49% 0.49% -
HSV(B) 301.46º 0.66% 0.73% -
XYZ 30.57 17.41 46.55 -
YUV 113.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 186 63 183 0 0.66 0.02 0.27 301.46 0.49 0.49
Hex BA 3F B7 0 42 2 1B 12D 31 31
Octal 272 77 267 0 102 2 33 455 61 61
Binary 10111010 111111 10110111 0 1000010 10 11011 100101101 110001 110001

Color Harmonies of #BA3FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FB7

Black with #BA3FB7

Text Example


Text Example

White with #BA3FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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