Html Css Color HEX #BA64D6 Medium Orchid

📋 copy color: '#BA64D6'

red 186 ◦ green 100 ◦ blue 214

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

Shades of Medium Orchid #BA64D6

Tints of Medium Orchid #BA64D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 37.2%
G = 20%
B = 42.8%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA64D6 (or 0xBA64D6) is known color: Medium Orchid. HEX triplet: BA, 64 and D6. RGB value is (186,100,214). Sum of RGB (Red+Green+Blue) = 186+100+214=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA64D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64D6 is #459B29. Grayscale: #8A8A8A. Windows color (decimal): -4561706 or 14050490. OLE color: 14050490.

HSL color Cylindrical-coordinate representation of color #BA64D6: hue angle of 285.26º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA64D6 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 100 214 -
CMYK 0.13 0.53 0 0.16
HSL 285.26º 0.58% 0.62% -
HSV(B) 285.26º 0.53% 0.84% -
XYZ 36.94 24.41 66.38 -
YUV 138.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 186 100 214 0.13 0.53 0 0.16 285.26 0.58 0.62
Hex BA 64 D6 D 35 0 10 11D 3A 3E
Octal 272 144 326 15 65 0 20 435 72 76
Binary 10111010 1100100 11010110 1101 110101 0 10000 100011101 111010 111110

Color Harmonies of #BA64D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64D6

Black with #BA64D6

Text Example


Text Example

White with #BA64D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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