Html Css Color HEX #BA27BB Fuchsia

📋 copy color: '#BA27BB'

red 186 ◦ green 39 ◦ blue 187

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

Shades of Fuchsia #BA27BB

Tints of Fuchsia #BA27BB

RGB

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

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

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

R = 45.15%
G = 9.47%
B = 45.39%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA27BB (or 0xBA27BB) is known color: Fuchsia. HEX triplet: BA, 27 and BB. RGB value is (186,39,187). Sum of RGB (Red+Green+Blue) = 186+39+187=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BB is #45D844. Grayscale: #636363. Windows color (decimal): -4577349 or 12265402. OLE color: 12265402.

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

Color convert

RGB 186 39 187 -
CMYK 0.01 0.79 0 0.27
HSL 299.59º 0.65% 0.44% -
HSV(B) 299.59º 0.79% 0.73% -
XYZ 29.94 15.48 48.42 -
YUV 99.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 186 39 187 0.01 0.79 0 0.27 299.59 0.65 0.44
Hex BA 27 BB 1 4F 0 1B 12C 41 2C
Octal 272 47 273 1 117 0 33 454 101 54
Binary 10111010 100111 10111011 1 1001111 0 11011 100101100 1000001 101100

Color Harmonies of #BA27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27BB

Black with #BA27BB

Text Example


Text Example

White with #BA27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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