Html Css Color HEX #BA3CBB Fuchsia

📋 copy color: '#BA3CBB'

red 186 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #BA3CBB

Tints of Fuchsia #BA3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.86%

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

R = 42.96%
G = 13.86%
B = 43.19%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA3CBB (or 0xBA3CBB) is known color: Fuchsia. HEX triplet: BA, 3C and BB. RGB value is (186,60,187). Sum of RGB (Red+Green+Blue) = 186+60+187=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CBB is #45C344. Grayscale: #6F6F6F. Windows color (decimal): -4571973 or 12270778. OLE color: 12270778.

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

Color convert

RGB 186 60 187 -
CMYK 0.01 0.68 0 0.27
HSL 299.53º 0.51% 0.48% -
HSV(B) 299.53º 0.68% 0.73% -
XYZ 30.84 17.26 48.72 -
YUV 112.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 186 60 187 0.01 0.68 0 0.27 299.53 0.51 0.48
Hex BA 3C BB 1 44 0 1B 12C 33 30
Octal 272 74 273 1 104 0 33 454 63 60
Binary 10111010 111100 10111011 1 1000100 0 11011 100101100 110011 110000

Color Harmonies of #BA3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CBB

Black with #BA3CBB

Text Example


Text Example

White with #BA3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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