Html Css Color HEX #BA38B9 Fuchsia

📋 copy color: '#BA38B9'

red 186 ◦ green 56 ◦ blue 185

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

Shades of Fuchsia #BA38B9

Tints of Fuchsia #BA38B9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.11%

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 43.56%
G = 13.11%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA38B9 (or 0xBA38B9) is known color: Fuchsia. HEX triplet: BA, 38 and B9. RGB value is (186,56,185). Sum of RGB (Red+Green+Blue) = 186+56+185=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38B9 is #45C746. Grayscale: #6D6D6D. Windows color (decimal): -4572999 or 12138682. OLE color: 12138682.

HSL color Cylindrical-coordinate representation of color #BA38B9: hue angle of 300.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38B9 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 185 -
CMYK 0 0.70 0.01 0.27
HSL 300.46º 0.54% 0.47% -
HSV(B) 300.46º 0.7% 0.73% -
XYZ 30.42 16.77 47.53 -
YUV 109.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 186 56 185 0 0.70 0.01 0.27 300.46 0.54 0.47
Hex BA 38 B9 0 46 1 1B 12C 36 2F
Octal 272 70 271 0 106 1 33 454 66 57
Binary 10111010 111000 10111001 0 1000110 1 11011 100101100 110110 101111

Color Harmonies of #BA38B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38B9

Black with #BA38B9

Text Example


Text Example

White with #BA38B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38B9; }

 p { color: rgb(186,56,185); }

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

background-color css

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

 a { background-color: rgb(186,56,185); }

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

border-color css

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

 span { border-color: rgb(186,56,185); }

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