Html Css Color HEX #BA60C9 Medium Orchid

📋 copy color: '#BA60C9'

red 186 ◦ green 96 ◦ blue 201

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

Shades of Medium Orchid #BA60C9

Tints of Medium Orchid #BA60C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.88%

 BLUE value IS 201 (78.91% from 255) = 41.61%

R = 38.51%
G = 19.88%
B = 41.61%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA60C9 (or 0xBA60C9) is known color: Medium Orchid. HEX triplet: BA, 60 and C9. RGB value is (186,96,201). Sum of RGB (Red+Green+Blue) = 186+96+201=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60C9 is #459F36. Grayscale: #868686. Windows color (decimal): -4562743 or 13197498. OLE color: 13197498.

HSL color Cylindrical-coordinate representation of color #BA60C9: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA60C9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 96 201 -
CMYK 0.07 0.52 0 0.21
HSL 291.43º 0.49% 0.58% -
HSV(B) 291.43º 0.52% 0.79% -
XYZ 34.98 23.02 57.86 -
YUV 134.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 186 96 201 0.07 0.52 0 0.21 291.43 0.49 0.58
Hex BA 60 C9 7 34 0 15 123 31 3A
Octal 272 140 311 7 64 0 25 443 61 72
Binary 10111010 1100000 11001001 111 110100 0 10101 100100011 110001 111010

Color Harmonies of #BA60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60C9

Black with #BA60C9

Text Example


Text Example

White with #BA60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60C9; }

 p { color: rgb(186,96,201); }

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

background-color css

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

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

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

border-color css

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

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

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