Html Css Color HEX #BA30C2 Fuchsia

📋 copy color: '#BA30C2'

red 186 ◦ green 48 ◦ blue 194

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

Shades of Fuchsia #BA30C2

Tints of Fuchsia #BA30C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.33%

R = 43.46%
G = 11.21%
B = 45.33%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA30C2 (or 0xBA30C2) is known color: Fuchsia. HEX triplet: BA, 30 and C2. RGB value is (186,48,194). Sum of RGB (Red+Green+Blue) = 186+48+194=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA30C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30C2 is #45CF3D. Grayscale: #696969. Windows color (decimal): -4575038 or 12726458. OLE color: 12726458.

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

Color convert

RGB 186 48 194 -
CMYK 0.04 0.75 0 0.24
HSL 296.71º 0.6% 0.47% -
HSV(B) 296.71º 0.75% 0.76% -
XYZ 31.04 16.45 52.58 -
YUV 105.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 186 48 194 0.04 0.75 0 0.24 296.71 0.6 0.47
Hex BA 30 C2 4 4B 0 18 129 3C 2F
Octal 272 60 302 4 113 0 30 451 74 57
Binary 10111010 110000 11000010 100 1001011 0 11000 100101001 111100 101111

Color Harmonies of #BA30C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30C2

Black with #BA30C2

Text Example


Text Example

White with #BA30C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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