Html Css Color HEX #BA27B0 Fuchsia

📋 copy color: '#BA27B0'

red 186 ◦ green 39 ◦ blue 176

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

Shades of Fuchsia #BA27B0

Tints of Fuchsia #BA27B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 46.38%
G = 9.73%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA27B0 (or 0xBA27B0) is known color: Fuchsia. HEX triplet: BA, 27 and B0. RGB value is (186,39,176). Sum of RGB (Red+Green+Blue) = 186+39+176=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27B0 is #45D84F. Grayscale: #626262. Windows color (decimal): -4577360 or 11544506. OLE color: 11544506.

HSL color Cylindrical-coordinate representation of color #BA27B0: hue angle of 304.08º 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 #BA27B0 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 176 -
CMYK 0 0.79 0.05 0.27
HSL 304.08º 0.65% 0.44% -
HSV(B) 304.08º 0.79% 0.73% -
XYZ 28.81 15.02 42.46 -
YUV 98.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 186 39 176 0 0.79 0.05 0.27 304.08 0.65 0.44
Hex BA 27 B0 0 4F 5 1B 130 41 2C
Octal 272 47 260 0 117 5 33 460 101 54
Binary 10111010 100111 10110000 0 1001111 101 11011 100110000 1000001 101100

Color Harmonies of #BA27B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27B0

Black with #BA27B0

Text Example


Text Example

White with #BA27B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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