Html Css Color HEX #BA62B9 Fuchsia

📋 copy color: '#BA62B9'

red 186 ◦ green 98 ◦ blue 185

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

Shades of Fuchsia #BA62B9

Tints of Fuchsia #BA62B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 39.66%
G = 20.9%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA62B9 (or 0xBA62B9) is known color: Fuchsia. HEX triplet: BA, 62 and B9. RGB value is (186,98,185). Sum of RGB (Red+Green+Blue) = 186+98+185=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62B9 is #459D46. Grayscale: #858585. Windows color (decimal): -4562247 or 12149434. OLE color: 12149434.

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

Color convert

RGB 186 98 185 -
CMYK 0 0.47 0.01 0.27
HSL 300.68º 0.39% 0.56% -
HSV(B) 300.68º 0.47% 0.73% -
XYZ 33.37 22.68 48.52 -
YUV 134.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 186 98 185 0 0.47 0.01 0.27 300.68 0.39 0.56
Hex BA 62 B9 0 2F 1 1B 12D 27 38
Octal 272 142 271 0 57 1 33 455 47 70
Binary 10111010 1100010 10111001 0 101111 1 11011 100101101 100111 111000

Color Harmonies of #BA62B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62B9

Black with #BA62B9

Text Example


Text Example

White with #BA62B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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