Html Css Color HEX #BA62BD Fuchsia

📋 copy color: '#BA62BD'

red 186 ◦ green 98 ◦ blue 189

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

Shades of Fuchsia #BA62BD

Tints of Fuchsia #BA62BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 39.32%
G = 20.72%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA62BD (or 0xBA62BD) is known color: Fuchsia. HEX triplet: BA, 62 and BD. RGB value is (186,98,189). Sum of RGB (Red+Green+Blue) = 186+98+189=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA62BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62BD is #459D42. Grayscale: #868686. Windows color (decimal): -4562243 or 12411578. OLE color: 12411578.

HSL color Cylindrical-coordinate representation of color #BA62BD: hue angle of 298.02º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA62BD is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 98 189 -
CMYK 0.02 0.48 0 0.26
HSL 298.02º 0.41% 0.56% -
HSV(B) 298.02º 0.48% 0.74% -
XYZ 33.8 22.85 50.77 -
YUV 134.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 186 98 189 0.02 0.48 0 0.26 298.02 0.41 0.56
Hex BA 62 BD 2 30 0 1A 12A 29 38
Octal 272 142 275 2 60 0 32 452 51 70
Binary 10111010 1100010 10111101 10 110000 0 11010 100101010 101001 111000

Color Harmonies of #BA62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62BD

Black with #BA62BD

Text Example


Text Example

White with #BA62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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