Html Css Color HEX #BA4BBE Fuchsia

📋 copy color: '#BA4BBE'

red 186 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #BA4BBE

Tints of Fuchsia #BA4BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.63%

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

R = 41.24%
G = 16.63%
B = 42.13%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA4BBE (or 0xBA4BBE) is known color: Fuchsia. HEX triplet: BA, 4B and BE. RGB value is (186,75,190). Sum of RGB (Red+Green+Blue) = 186+75+190=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBE is #45B441. Grayscale: #787878. Windows color (decimal): -4568130 or 12471226. OLE color: 12471226.

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

Color convert

RGB 186 75 190 -
CMYK 0.02 0.61 0 0.25
HSL 297.91º 0.47% 0.52% -
HSV(B) 297.91º 0.61% 0.75% -
XYZ 32.06 19.19 50.73 -
YUV 121.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 186 75 190 0.02 0.61 0 0.25 297.91 0.47 0.52
Hex BA 4B BE 2 3D 0 19 12A 2F 34
Octal 272 113 276 2 75 0 31 452 57 64
Binary 10111010 1001011 10111110 10 111101 0 11001 100101010 101111 110100

Color Harmonies of #BA4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BBE

Black with #BA4BBE

Text Example


Text Example

White with #BA4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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