Html Css Color HEX #BA64CD Medium Orchid

📋 copy color: '#BA64CD'

red 186 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #BA64CD

Tints of Medium Orchid #BA64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.37%

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 37.88%
G = 20.37%
B = 41.75%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA64CD (or 0xBA64CD) is known color: Medium Orchid. HEX triplet: BA, 64 and CD. RGB value is (186,100,205). Sum of RGB (Red+Green+Blue) = 186+100+205=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA64CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CD is #459B32. Grayscale: #898989. Windows color (decimal): -4561715 or 13460666. OLE color: 13460666.

HSL color Cylindrical-coordinate representation of color #BA64CD: hue angle of 289.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA64CD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 100 205 -
CMYK 0.09 0.51 0 0.20
HSL 289.14º 0.51% 0.6% -
HSV(B) 289.14º 0.51% 0.8% -
XYZ 35.83 23.96 60.49 -
YUV 137.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 186 100 205 0.09 0.51 0 0.20 289.14 0.51 0.6
Hex BA 64 CD 9 33 0 14 121 33 3C
Octal 272 144 315 11 63 0 24 441 63 74
Binary 10111010 1100100 11001101 1001 110011 0 10100 100100001 110011 111100

Color Harmonies of #BA64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64CD

Black with #BA64CD

Text Example


Text Example

White with #BA64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64CD; }

 p { color: rgb(186,100,205); }

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

background-color css

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

 a { background-color: rgb(186,100,205); }

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

border-color css

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

 span { border-color: rgb(186,100,205); }

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