Html Css Color HEX #BA62BA Fuchsia

📋 copy color: '#BA62BA'

red 186 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #BA62BA

Tints of Fuchsia #BA62BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.85%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 39.57%
G = 20.85%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA62BA (or 0xBA62BA) is known color: Fuchsia. HEX triplet: BA, 62 and BA. RGB value is (186,98,186). Sum of RGB (Red+Green+Blue) = 186+98+186=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62BA is #459D45. Grayscale: #868686. Windows color (decimal): -4562246 or 12214970. OLE color: 12214970.

HSL color Cylindrical-coordinate representation of color #BA62BA: hue angle of 300º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA62BA is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 186 -
CMYK 0 0.47 0 0.27
HSL 300º 0.39% 0.56% -
HSV(B) 300º 0.47% 0.73% -
XYZ 33.48 22.72 49.08 -
YUV 134.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 186 98 186 0 0.47 0 0.27 300 0.39 0.56
Hex BA 62 BA 0 2F 0 1B 12C 27 38
Octal 272 142 272 0 57 0 33 454 47 70
Binary 10111010 1100010 10111010 0 101111 0 11011 100101100 100111 111000

Color Harmonies of #BA62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62BA

Black with #BA62BA

Text Example


Text Example

White with #BA62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62BA; }

 p { color: rgb(186,98,186); }

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

background-color css

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

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

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

border-color css

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

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

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