Html Css Color HEX #BA33C7 Fuchsia

📋 copy color: '#BA33C7'

red 186 ◦ green 51 ◦ blue 199

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

Shades of Fuchsia #BA33C7

Tints of Fuchsia #BA33C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.64%

R = 42.66%
G = 11.7%
B = 45.64%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA33C7 (or 0xBA33C7) is known color: Fuchsia. HEX triplet: BA, 33 and C7. RGB value is (186,51,199). Sum of RGB (Red+Green+Blue) = 186+51+199=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA33C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33C7 is #45CC38. Grayscale: #6B6B6B. Windows color (decimal): -4574265 or 13054906. OLE color: 13054906.

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

Color convert

RGB 186 51 199 -
CMYK 0.07 0.74 0 0.22
HSL 294.73º 0.59% 0.49% -
HSV(B) 294.73º 0.74% 0.78% -
XYZ 31.74 16.93 55.63 -
YUV 108.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 186 51 199 0.07 0.74 0 0.22 294.73 0.59 0.49
Hex BA 33 C7 7 4A 0 16 127 3B 31
Octal 272 63 307 7 112 0 26 447 73 61
Binary 10111010 110011 11000111 111 1001010 0 10110 100100111 111011 110001

Color Harmonies of #BA33C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33C7

Black with #BA33C7

Text Example


Text Example

White with #BA33C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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