Html Css Color HEX #BA61C9 Medium Orchid

📋 copy color: '#BA61C9'

red 186 ◦ green 97 ◦ blue 201

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

Shades of Medium Orchid #BA61C9

Tints of Medium Orchid #BA61C9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

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

R = 38.43%
G = 20.04%
B = 41.53%

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

#BA61C9 (or 0xBA61C9) is known color: Medium Orchid. HEX triplet: BA, 61 and C9. RGB value is (186,97,201). Sum of RGB (Red+Green+Blue) = 186+97+201=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA61C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61C9 is #459E36. Grayscale: #878787. Windows color (decimal): -4562487 or 13197754. OLE color: 13197754.

HSL color Cylindrical-coordinate representation of color #BA61C9: hue angle of 291.35º 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 #BA61C9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 97 201 -
CMYK 0.07 0.52 0 0.21
HSL 291.35º 0.49% 0.58% -
HSV(B) 291.35º 0.52% 0.79% -
XYZ 35.07 23.21 57.89 -
YUV 135.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 186 97 201 0.07 0.52 0 0.21 291.35 0.49 0.58
Hex BA 61 C9 7 34 0 15 123 31 3A
Octal 272 141 311 7 64 0 25 443 61 72
Binary 10111010 1100001 11001001 111 110100 0 10101 100100011 110001 111010

Color Harmonies of #BA61C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61C9

Black with #BA61C9

Text Example


Text Example

White with #BA61C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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