Html Css Color HEX #BA33BB Fuchsia

📋 copy color: '#BA33BB'

red 186 ◦ green 51 ◦ blue 187

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

Shades of Fuchsia #BA33BB

Tints of Fuchsia #BA33BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 43.87%
G = 12.03%
B = 44.1%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA33BB (or 0xBA33BB) is known color: Fuchsia. HEX triplet: BA, 33 and BB. RGB value is (186,51,187). Sum of RGB (Red+Green+Blue) = 186+51+187=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33BB is #45CC44. Grayscale: #6A6A6A. Windows color (decimal): -4574277 or 12268474. OLE color: 12268474.

HSL color Cylindrical-coordinate representation of color #BA33BB: hue angle of 299.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33BB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 187 -
CMYK 0.01 0.73 0 0.27
HSL 299.56º 0.57% 0.47% -
HSV(B) 299.56º 0.73% 0.73% -
XYZ 30.4 16.39 48.58 -
YUV 106.87 173.23 184.44 -
System Red Green Blue C M Y K H S L
Decimal 186 51 187 0.01 0.73 0 0.27 299.56 0.57 0.47
Hex BA 33 BB 1 49 0 1B 12C 39 2F
Octal 272 63 273 1 111 0 33 454 71 57
Binary 10111010 110011 10111011 1 1001001 0 11011 100101100 111001 101111

Color Harmonies of #BA33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33BB

Black with #BA33BB

Text Example


Text Example

White with #BA33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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