Html Css Color HEX #BA30BF Fuchsia

📋 copy color: '#BA30BF'

red 186 ◦ green 48 ◦ blue 191

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

Shades of Fuchsia #BA30BF

Tints of Fuchsia #BA30BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

 BLUE value IS 191 (75% from 255) = 44.94%

R = 43.76%
G = 11.29%
B = 44.94%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA30BF (or 0xBA30BF) is known color: Fuchsia. HEX triplet: BA, 30 and BF. RGB value is (186,48,191). Sum of RGB (Red+Green+Blue) = 186+48+191=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA30BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30BF is #45CF40. Grayscale: #696969. Windows color (decimal): -4575041 or 12529850. OLE color: 12529850.

HSL color Cylindrical-coordinate representation of color #BA30BF: hue angle of 297.9º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA30BF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 48 191 -
CMYK 0.03 0.75 0 0.25
HSL 297.9º 0.6% 0.47% -
HSV(B) 297.9º 0.75% 0.75% -
XYZ 30.71 16.31 50.82 -
YUV 105.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 186 48 191 0.03 0.75 0 0.25 297.9 0.6 0.47
Hex BA 30 BF 3 4B 0 19 12A 3C 2F
Octal 272 60 277 3 113 0 31 452 74 57
Binary 10111010 110000 10111111 11 1001011 0 11001 100101010 111100 101111

Color Harmonies of #BA30BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30BF

Black with #BA30BF

Text Example


Text Example

White with #BA30BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30BF; }

 p { color: rgb(186,48,191); }

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

background-color css

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

 a { background-color: rgb(186,48,191); }

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

border-color css

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

 span { border-color: rgb(186,48,191); }

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