Html Css Color HEX #BA38B7 Fuchsia

📋 copy color: '#BA38B7'

red 186 ◦ green 56 ◦ blue 183

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

Shades of Fuchsia #BA38B7

Tints of Fuchsia #BA38B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.06%

R = 43.76%
G = 13.18%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA38B7 (or 0xBA38B7) is known color: Fuchsia. HEX triplet: BA, 38 and B7. RGB value is (186,56,183). Sum of RGB (Red+Green+Blue) = 186+56+183=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38B7 is #45C748. Grayscale: #6C6C6C. Windows color (decimal): -4573001 or 12007610. OLE color: 12007610.

HSL color Cylindrical-coordinate representation of color #BA38B7: hue angle of 301.38º 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 #BA38B7 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 183 -
CMYK 0 0.70 0.02 0.27
HSL 301.38º 0.54% 0.47% -
HSV(B) 301.38º 0.7% 0.73% -
XYZ 30.21 16.69 46.43 -
YUV 109.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 186 56 183 0 0.70 0.02 0.27 301.38 0.54 0.47
Hex BA 38 B7 0 46 2 1B 12D 36 2F
Octal 272 70 267 0 106 2 33 455 66 57
Binary 10111010 111000 10110111 0 1000110 10 11011 100101101 110110 101111

Color Harmonies of #BA38B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38B7

Black with #BA38B7

Text Example


Text Example

White with #BA38B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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