Html Css Color HEX #BA33C9 Fuchsia

📋 copy color: '#BA33C9'

red 186 ◦ green 51 ◦ blue 201

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

Shades of Fuchsia #BA33C9

Tints of Fuchsia #BA33C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.89%

R = 42.47%
G = 11.64%
B = 45.89%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA33C9 (or 0xBA33C9) is known color: Fuchsia. HEX triplet: BA, 33 and C9. RGB value is (186,51,201). Sum of RGB (Red+Green+Blue) = 186+51+201=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA33C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33C9 is #45CC36. Grayscale: #6C6C6C. Windows color (decimal): -4574263 or 13185978. OLE color: 13185978.

HSL color Cylindrical-coordinate representation of color #BA33C9: hue angle of 294º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA33C9 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 51 201 -
CMYK 0.07 0.75 0 0.21
HSL 294º 0.6% 0.49% -
HSV(B) 294º 0.75% 0.79% -
XYZ 31.98 17.02 56.86 -
YUV 108.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 186 51 201 0.07 0.75 0 0.21 294 0.6 0.49
Hex BA 33 C9 7 4B 0 15 126 3C 31
Octal 272 63 311 7 113 0 25 446 74 61
Binary 10111010 110011 11001001 111 1001011 0 10101 100100110 111100 110001

Color Harmonies of #BA33C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33C9

Black with #BA33C9

Text Example


Text Example

White with #BA33C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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