Html Css Color HEX #BA33BE Fuchsia

📋 copy color: '#BA33BE'

red 186 ◦ green 51 ◦ blue 190

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

Shades of Fuchsia #BA33BE

Tints of Fuchsia #BA33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 43.56%
G = 11.94%
B = 44.5%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA33BE (or 0xBA33BE) is known color: Fuchsia. HEX triplet: BA, 33 and BE. RGB value is (186,51,190). Sum of RGB (Red+Green+Blue) = 186+51+190=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33BE is #45CC41. Grayscale: #6A6A6A. Windows color (decimal): -4574274 or 12465082. OLE color: 12465082.

HSL color Cylindrical-coordinate representation of color #BA33BE: hue angle of 298.27º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33BE is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 51 190 -
CMYK 0.02 0.73 0 0.25
HSL 298.27º 0.58% 0.47% -
HSV(B) 298.27º 0.73% 0.75% -
XYZ 30.73 16.52 50.29 -
YUV 107.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 186 51 190 0.02 0.73 0 0.25 298.27 0.58 0.47
Hex BA 33 BE 2 49 0 19 12A 3A 2F
Octal 272 63 276 2 111 0 31 452 72 57
Binary 10111010 110011 10111110 10 1001001 0 11001 100101010 111010 101111

Color Harmonies of #BA33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33BE

Black with #BA33BE

Text Example


Text Example

White with #BA33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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