Html Css Color HEX #BA27B2 Fuchsia

📋 copy color: '#BA27B2'

red 186 ◦ green 39 ◦ blue 178

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

Shades of Fuchsia #BA27B2

Tints of Fuchsia #BA27B2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 46.15%
G = 9.68%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA27B2 (or 0xBA27B2) is known color: Fuchsia. HEX triplet: BA, 27 and B2. RGB value is (186,39,178). Sum of RGB (Red+Green+Blue) = 186+39+178=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27B2 is #45D84D. Grayscale: #626262. Windows color (decimal): -4577358 or 11675578. OLE color: 11675578.

HSL color Cylindrical-coordinate representation of color #BA27B2: hue angle of 303.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA27B2 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 178 -
CMYK 0 0.79 0.04 0.27
HSL 303.27º 0.65% 0.44% -
HSV(B) 303.27º 0.79% 0.73% -
XYZ 29.01 15.1 43.51 -
YUV 98.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 186 39 178 0 0.79 0.04 0.27 303.27 0.65 0.44
Hex BA 27 B2 0 4F 4 1B 12F 41 2C
Octal 272 47 262 0 117 4 33 457 101 54
Binary 10111010 100111 10110010 0 1001111 100 11011 100101111 1000001 101100

Color Harmonies of #BA27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27B2

Black with #BA27B2

Text Example


Text Example

White with #BA27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27B2; }

 p { color: rgb(186,39,178); }

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

background-color css

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

 a { background-color: rgb(186,39,178); }

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

border-color css

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

 span { border-color: rgb(186,39,178); }

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