Html Css Color HEX #BA27B7 Fuchsia

📋 copy color: '#BA27B7'

red 186 ◦ green 39 ◦ blue 183

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

Shades of Fuchsia #BA27B7

Tints of Fuchsia #BA27B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 45.59%
G = 9.56%
B = 44.85%

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

#BA27B7 (or 0xBA27B7) is known color: Fuchsia. HEX triplet: BA, 27 and B7. RGB value is (186,39,183). Sum of RGB (Red+Green+Blue) = 186+39+183=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27B7 is #45D848. Grayscale: #626262. Windows color (decimal): -4577353 or 12003258. OLE color: 12003258.

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

Color convert

RGB 186 39 183 -
CMYK 0 0.79 0.02 0.27
HSL 301.22º 0.65% 0.44% -
HSV(B) 301.22º 0.79% 0.73% -
XYZ 29.52 15.31 46.2 -
YUV 99.37 175.2 189.79 -
System Red Green Blue C M Y K H S L
Decimal 186 39 183 0 0.79 0.02 0.27 301.22 0.65 0.44
Hex BA 27 B7 0 4F 2 1B 12D 41 2C
Octal 272 47 267 0 117 2 33 455 101 54
Binary 10111010 100111 10110111 0 1001111 10 11011 100101101 1000001 101100

Color Harmonies of #BA27B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27B7

Black with #BA27B7

Text Example


Text Example

White with #BA27B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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