Html Css Color HEX #BA27B6 Fuchsia

📋 copy color: '#BA27B6'

red 186 ◦ green 39 ◦ blue 182

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

Shades of Fuchsia #BA27B6

Tints of Fuchsia #BA27B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 45.7%
G = 9.58%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA27B6 (or 0xBA27B6) is known color: Fuchsia. HEX triplet: BA, 27 and B6. RGB value is (186,39,182). Sum of RGB (Red+Green+Blue) = 186+39+182=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27B6 is #45D849. Grayscale: #626262. Windows color (decimal): -4577354 or 11937722. OLE color: 11937722.

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

Color convert

RGB 186 39 182 -
CMYK 0 0.79 0.02 0.27
HSL 301.63º 0.65% 0.44% -
HSV(B) 301.63º 0.79% 0.73% -
XYZ 29.42 15.27 45.65 -
YUV 99.26 174.7 189.87 -
System Red Green Blue C M Y K H S L
Decimal 186 39 182 0 0.79 0.02 0.27 301.63 0.65 0.44
Hex BA 27 B6 0 4F 2 1B 12E 41 2C
Octal 272 47 266 0 117 2 33 456 101 54
Binary 10111010 100111 10110110 0 1001111 10 11011 100101110 1000001 101100

Color Harmonies of #BA27B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27B6

Black with #BA27B6

Text Example


Text Example

White with #BA27B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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