Html Css Color HEX #BA30B5 Fuchsia

📋 copy color: '#BA30B5'

red 186 ◦ green 48 ◦ blue 181

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

Shades of Fuchsia #BA30B5

Tints of Fuchsia #BA30B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 44.82%
G = 11.57%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA30B5 (or 0xBA30B5) is known color: Fuchsia. HEX triplet: BA, 30 and B5. RGB value is (186,48,181). Sum of RGB (Red+Green+Blue) = 186+48+181=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30B5 is #45CF4A. Grayscale: #686868. Windows color (decimal): -4575051 or 11874490. OLE color: 11874490.

HSL color Cylindrical-coordinate representation of color #BA30B5: hue angle of 302.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA30B5 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 181 -
CMYK 0 0.74 0.03 0.27
HSL 302.17º 0.59% 0.46% -
HSV(B) 302.17º 0.74% 0.73% -
XYZ 29.65 15.89 45.22 -
YUV 104.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 186 48 181 0 0.74 0.03 0.27 302.17 0.59 0.46
Hex BA 30 B5 0 4A 3 1B 12E 3B 2E
Octal 272 60 265 0 112 3 33 456 73 56
Binary 10111010 110000 10110101 0 1001010 11 11011 100101110 111011 101110

Color Harmonies of #BA30B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30B5

Black with #BA30B5

Text Example


Text Example

White with #BA30B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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