Html Css Color HEX #BA4BBB Fuchsia

📋 copy color: '#BA4BBB'

red 186 ◦ green 75 ◦ blue 187

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

Shades of Fuchsia #BA4BBB

Tints of Fuchsia #BA4BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 41.52%
G = 16.74%
B = 41.74%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA4BBB (or 0xBA4BBB) is known color: Fuchsia. HEX triplet: BA, 4B and BB. RGB value is (186,75,187). Sum of RGB (Red+Green+Blue) = 186+75+187=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBB is #45B444. Grayscale: #787878. Windows color (decimal): -4568133 or 12274618. OLE color: 12274618.

HSL color Cylindrical-coordinate representation of color #BA4BBB: hue angle of 299.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BBB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 187 -
CMYK 0.01 0.60 0 0.27
HSL 299.46º 0.45% 0.51% -
HSV(B) 299.46º 0.6% 0.73% -
XYZ 31.74 19.06 49.02 -
YUV 120.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 186 75 187 0.01 0.60 0 0.27 299.46 0.45 0.51
Hex BA 4B BB 1 3C 0 1B 12B 2D 33
Octal 272 113 273 1 74 0 33 453 55 63
Binary 10111010 1001011 10111011 1 111100 0 11011 100101011 101101 110011

Color Harmonies of #BA4BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BBB

Black with #BA4BBB

Text Example


Text Example

White with #BA4BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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