Html Css Color HEX #BA4FBE Fuchsia

📋 copy color: '#BA4FBE'

red 186 ◦ green 79 ◦ blue 190

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

Shades of Fuchsia #BA4FBE

Tints of Fuchsia #BA4FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 40.88%
G = 17.36%
B = 41.76%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA4FBE (or 0xBA4FBE) is known color: Fuchsia. HEX triplet: BA, 4F and BE. RGB value is (186,79,190). Sum of RGB (Red+Green+Blue) = 186+79+190=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA4FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FBE is #45B041. Grayscale: #7B7B7B. Windows color (decimal): -4567106 or 12472250. OLE color: 12472250.

HSL color Cylindrical-coordinate representation of color #BA4FBE: hue angle of 297.84º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FBE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 79 190 -
CMYK 0.02 0.58 0 0.25
HSL 297.84º 0.46% 0.53% -
HSV(B) 297.84º 0.58% 0.75% -
XYZ 32.34 19.75 50.82 -
YUV 123.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 186 79 190 0.02 0.58 0 0.25 297.84 0.46 0.53
Hex BA 4F BE 2 3A 0 19 12A 2E 35
Octal 272 117 276 2 72 0 31 452 56 65
Binary 10111010 1001111 10111110 10 111010 0 11001 100101010 101110 110101

Color Harmonies of #BA4FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FBE

Black with #BA4FBE

Text Example


Text Example

White with #BA4FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FBE; }

 p { color: rgb(186,79,190); }

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

background-color css

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

 a { background-color: rgb(186,79,190); }

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

border-color css

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

 span { border-color: rgb(186,79,190); }

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