Html Css Color HEX #BA38C6 Fuchsia

📋 copy color: '#BA38C6'

red 186 ◦ green 56 ◦ blue 198

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

Shades of Fuchsia #BA38C6

Tints of Fuchsia #BA38C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 42.27%
G = 12.73%
B = 45%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA38C6 (or 0xBA38C6) is known color: Fuchsia. HEX triplet: BA, 38 and C6. RGB value is (186,56,198). Sum of RGB (Red+Green+Blue) = 186+56+198=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA38C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38C6 is #45C739. Grayscale: #6E6E6E. Windows color (decimal): -4572986 or 12990650. OLE color: 12990650.

HSL color Cylindrical-coordinate representation of color #BA38C6: hue angle of 294.93º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA38C6 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 56 198 -
CMYK 0.06 0.72 0 0.22
HSL 294.93º 0.56% 0.5% -
HSV(B) 294.93º 0.72% 0.78% -
XYZ 31.86 17.34 55.09 -
YUV 111.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 186 56 198 0.06 0.72 0 0.22 294.93 0.56 0.5
Hex BA 38 C6 6 48 0 16 127 38 32
Octal 272 70 306 6 110 0 26 447 70 62
Binary 10111010 111000 11000110 110 1001000 0 10110 100100111 111000 110010

Color Harmonies of #BA38C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38C6

Black with #BA38C6

Text Example


Text Example

White with #BA38C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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