Html Css Color HEX #BA62B2 Fuchsia

📋 copy color: '#BA62B2'

red 186 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #BA62B2

Tints of Fuchsia #BA62B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 40.26%
G = 21.21%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA62B2 (or 0xBA62B2) is known color: Fuchsia. HEX triplet: BA, 62 and B2. RGB value is (186,98,178). Sum of RGB (Red+Green+Blue) = 186+98+178=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62B2 is #459D4D. Grayscale: #858585. Windows color (decimal): -4562254 or 11690682. OLE color: 11690682.

HSL color Cylindrical-coordinate representation of color #BA62B2: hue angle of 305.45º 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 #BA62B2 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 178 -
CMYK 0 0.47 0.04 0.27
HSL 305.45º 0.39% 0.56% -
HSV(B) 305.45º 0.47% 0.73% -
XYZ 32.65 22.39 44.72 -
YUV 133.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 186 98 178 0 0.47 0.04 0.27 305.45 0.39 0.56
Hex BA 62 B2 0 2F 4 1B 131 27 38
Octal 272 142 262 0 57 4 33 461 47 70
Binary 10111010 1100010 10110010 0 101111 100 11011 100110001 100111 111000

Color Harmonies of #BA62B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62B2

Black with #BA62B2

Text Example


Text Example

White with #BA62B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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