Html Css Color HEX #BA38BB Fuchsia

📋 copy color: '#BA38BB'

red 186 ◦ green 56 ◦ blue 187

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

Shades of Fuchsia #BA38BB

Tints of Fuchsia #BA38BB

RGB

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

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

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

R = 43.36%
G = 13.05%
B = 43.59%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA38BB (or 0xBA38BB) is known color: Fuchsia. HEX triplet: BA, 38 and BB. RGB value is (186,56,187). Sum of RGB (Red+Green+Blue) = 186+56+187=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38BB is #45C744. Grayscale: #6D6D6D. Windows color (decimal): -4572997 or 12269754. OLE color: 12269754.

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

Color convert

RGB 186 56 187 -
CMYK 0.01 0.70 0 0.27
HSL 299.54º 0.54% 0.48% -
HSV(B) 299.54º 0.7% 0.73% -
XYZ 30.63 16.86 48.65 -
YUV 109.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 186 56 187 0.01 0.70 0 0.27 299.54 0.54 0.48
Hex BA 38 BB 1 46 0 1B 12C 36 30
Octal 272 70 273 1 106 0 33 454 66 60
Binary 10111010 111000 10111011 1 1000110 0 11011 100101100 110110 110000

Color Harmonies of #BA38BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38BB

Black with #BA38BB

Text Example


Text Example

White with #BA38BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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