Html Css Color HEX #BA33C5 Fuchsia

📋 copy color: '#BA33C5'

red 186 ◦ green 51 ◦ blue 197

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

Shades of Fuchsia #BA33C5

Tints of Fuchsia #BA33C5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.75%

 BLUE value IS 197 (77.34% from 255) = 45.39%

R = 42.86%
G = 11.75%
B = 45.39%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA33C5 (or 0xBA33C5) is known color: Fuchsia. HEX triplet: BA, 33 and C5. RGB value is (186,51,197). Sum of RGB (Red+Green+Blue) = 186+51+197=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA33C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33C5 is #45CC3A. Grayscale: #6B6B6B. Windows color (decimal): -4574267 or 12923834. OLE color: 12923834.

HSL color Cylindrical-coordinate representation of color #BA33C5: hue angle of 295.48º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA33C5 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 51 197 -
CMYK 0.06 0.74 0 0.23
HSL 295.48º 0.59% 0.49% -
HSV(B) 295.48º 0.74% 0.77% -
XYZ 31.51 16.84 54.41 -
YUV 108.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 186 51 197 0.06 0.74 0 0.23 295.48 0.59 0.49
Hex BA 33 C5 6 4A 0 17 127 3B 31
Octal 272 63 305 6 112 0 27 447 73 61
Binary 10111010 110011 11000101 110 1001010 0 10111 100100111 111011 110001

Color Harmonies of #BA33C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33C5

Black with #BA33C5

Text Example


Text Example

White with #BA33C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33C5; }

 p { color: rgb(186,51,197); }

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

background-color css

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

 a { background-color: rgb(186,51,197); }

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

border-color css

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

 span { border-color: rgb(186,51,197); }

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